Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef INVTYPES_H_
00009 #define INVTYPES_H_
00010
00011 #ifdef SINGLE
00012 typedef float Float;
00013 #define FloatComplex float complex
00014 #else
00015 typedef double Float;
00016 #define FloatComplex double complex
00017 #endif
00018
00019
00020 #endif