Overture  Version 25
CompositeGridFunction.h
Go to the documentation of this file.
1 #ifndef COMPOSITE_GRID_FUNCTION_H
2 #define COMPOSITE_GRID_FUNCTION_H "compositeGridFunction.h"
3 
7 
8 #ifdef LONGINT
9  typedef longIntCompositeGridFunction IntCompositeGridFunction;
10  typedef longIntCompositeGridFunction IntegerCompositeGridFunction;
11 #else
14 #endif // LONGINT
15 
16 #ifdef OV_USE_DOUBLE
21 // typedef longDoubleCompositeGridFunction DloatCompositeGridFunction;
22 #else
27  typedef doubleCompositeGridFunction DloatCompositeGridFunction;
28 #endif
29 
30 #endif