SourceXtractorPlusPlus
0.16
Please provide a description of the project.
SEUtils
SEUtils
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
32
using
SeFloat
=
SeFloat32
;
33
34
}
35
36
#endif
/* SEUTILS_SEUTILS_TYPES_H_ */
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::SeFloat64
double SeFloat64
Definition:
Types.h:30
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition:
Types.h:32
SourceXtractor::SeFloat32
float SeFloat32
Definition:
Types.h:29
Generated by
1.9.1