|
||||
File indexing completed on 2023-03-03 06:10:20 UTC
view on githubraw file Latest commit d6ffe98a on 2022-12-27 05:45:35 UTCaa076db465 Ed H*0001 #ifndef REGRID_OPTIONS_H 0002 #define REGRID_OPTIONS_H 0003 #include "PACKAGES_CONFIG.h" 0004 #include "CPP_OPTIONS.h" 0005 d6ffe98a4d Jean*0006 CBOP 0007 C !ROUTINE: REGRID_OPTIONS.h 0008 C !INTERFACE: 0009 C #include "REGRID_OPTIONS.h" 0010 0011 C !DESCRIPTION: 0012 C *==================================================================* 0013 C | CPP options file for pkg "regrid": 0014 C | Control which optional features to compile in this package code. 0015 C *==================================================================* 0016 CEOP 0017 d6c8672c92 Jean*0018 #ifdef ALLOW_REGRID aa076db465 Ed H*0019 C Place CPP define/undef flags here 0020 d6ffe98a4d Jean*0021 C Currently, there are no compile-time options for the REGRID package. 0022 0023 C This CPP is not set (neither def nor undef) in CPP_EEMACROS.h 0024 C so it is set (to undef) here 0025 #undef RL_IS_REAL4 aa076db465 Ed H*0026 0027 #endif /* ALLOW_REGRID */ 0028 #endif /* REGRID_OPTIONS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |