Overture  Version 25
GenericGridFunction.h
Go to the documentation of this file.
1 #ifndef GENERIC_GRID_FUNCTION_H
2 #define GENERIC_GRID_FUNCTION_H "GenericGridFunction.h"
3 
7 
8 #ifdef LONGINT
9  typedef longIntGenericGridFunction IntGenericGridFunction;
10  typedef longIntGenericGridFunction IntegerGenericGridFunction;
11 #else
14 #endif // LONGINT
15 
16 #ifdef OV_USE_DOUBLE
21 // typedef longDoubleGenericGridFunction DloatGenericGridFunction;
22 #else
27  typedef doubleGenericGridFunction DloatGenericGridFunction;
28 #endif
29 
30 #endif