C /==========================================================\ C | OASIS_OPTIONS.h | C | o CPP options file for OASIS package. | C |==========================================================| C | Use this file for selecting options within the OASIS | C | package. OASIS is enabled with ALLOW_OASIS in | C | CPP_OPTIONS.h | C \==========================================================/ #ifndef OASIS_OPTIONS_H #define OASIS_OPTIONS_H #include "PACKAGES_CONFIG.h" #ifdef ALLOW_OASIS #include "CPP_OPTIONS.h" C o Set precision for OASIS variables (Real*4 or Real*8) #define _OASIS_RL Real*8 #endif /* ALLOW_OASIS */ CEH3 ;;; Local Variables: *** CEH3 ;;; mode:fortran *** CEH3 ;;; End: ***