Overture
Version 25
Main Page
Namespaces
Classes
Files
File List
File Members
Overture.v25.d
include
GenericGridFunction.h
Go to the documentation of this file.
1
#ifndef GENERIC_GRID_FUNCTION_H
2
#define GENERIC_GRID_FUNCTION_H "GenericGridFunction.h"
3
4
#include "
doubleGenericGridFunction.h
"
5
#include "
floatGenericGridFunction.h
"
6
#include "
intGenericGridFunction.h
"
7
8
#ifdef LONGINT
9
typedef
longIntGenericGridFunction
IntGenericGridFunction
;
10
typedef
longIntGenericGridFunction
IntegerGenericGridFunction
;
11
#else
12
typedef
intGenericGridFunction
IntGenericGridFunction
;
13
typedef
intGenericGridFunction
IntegerGenericGridFunction
;
14
#endif // LONGINT
15
16
#ifdef OV_USE_DOUBLE
17
typedef
doubleGenericGridFunction
realGenericGridFunction
;
18
typedef
doubleGenericGridFunction
REALGenericGridFunction
;
19
typedef
doubleGenericGridFunction
RealGenericGridFunction
;
20
typedef
doubleGenericGridFunction
FloatGenericGridFunction
;
21
// typedef longDoubleGenericGridFunction DloatGenericGridFunction;
22
#else
23
typedef
floatGenericGridFunction
realGenericGridFunction
;
24
typedef
floatGenericGridFunction
REALGenericGridFunction
;
25
typedef
floatGenericGridFunction
RealGenericGridFunction
;
26
typedef
floatGenericGridFunction
FloatGenericGridFunction
;
27
typedef
doubleGenericGridFunction
DloatGenericGridFunction;
28
#endif
29
30
#endif
Generated on Fri Jan 4 2013 10:17:52 for Overture by
1.8.3