Overture  Version 25
OvertureBL.h
Go to the documentation of this file.
1 /* This include file will define Boxlib define's in terms of Overture defines */
2 /* wdh 971016 */
3 #ifndef OVERTURE_BL_H
4 #define OVERTURE_BL_H
5 
6 #include "OvertureDefine.h"
7 
8 #ifdef OV_USE_DOUBLE
9 #undef BL_USE_DOUBLE
10 #define BL_USE_DOUBLE
11 #else
12 #undef BL_USE_FLOAT
13 #define BL_USE_FLOAT
14 #endif
15 
16 #endif