SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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_ */
float SeFloat32
Definition: Types.h:29
SeFloat32 SeFloat
Definition: Types.h:32
double SeFloat64
Definition: Types.h:30