SourceXtractorPlusPlus  0.10
Please provide a description of the project.
Types.h
Go to the documentation of this file.
1 
17 /*
18  * Types.h
19  *
20  * Created on: Sep 6, 2016
21  * Author: mschefer
22  */
23 
24 #ifndef _SEUTILS_TYPES_H_
25 #define _SEUTILS_TYPES_H_
26 
27 namespace SourceXtractor {
28 
29 using SeFloat32 = float;
30 using SeFloat64 = double;
31 
33 
34 }
35 
36 #endif /* SEUTILS_SEUTILS_TYPES_H_ */
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition: Types.h:32
SourceXtractor::SeFloat32
float SeFloat32
Definition: Types.h:29
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::SeFloat64
double SeFloat64
Definition: Types.h:30