![]() |
|
|||
File indexing completed on 2018-03-02 18:38:16 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC05bd68ce2c Jean*0001 CBOP 0002 C !ROUTINE: CAL_OPTIONS.h 0003 C !INTERFACE: 0004 C #include "CAL_OPTIONS.h" 0005 0006 C !DESCRIPTION: 0007 C *==================================================================* 0008 C | CPP options file for Calendar (cal) package: 0009 C | Control which optional features to compile in this package code. 0010 C *==================================================================* 0011 CEOP 0012 6d54cf9ca1 Ed H*0013 #ifndef CAL_OPTIONS_H 0014 #define CAL_OPTIONS_H 0015 #include "PACKAGES_CONFIG.h" 0016 #include "CPP_OPTIONS.h" 0017 d6c8672c92 Jean*0018 #ifdef ALLOW_CAL 05bd68ce2c Jean*0019 #ifdef ECCO_CPPOPTIONS_H d6c8672c92 Jean*0020 05bd68ce2c Jean*0021 C-- When multi-package option-file ECCO_CPPOPTIONS.h is used (directly included 0022 C in CPP_OPTIONS.h), this option file is left empty since all options that 0023 C are specific to this package are assumed to be set in ECCO_CPPOPTIONS.h 661e031832 Patr*0024 05bd68ce2c Jean*0025 #else /* ndef ECCO_CPPOPTIONS_H */ 6d54cf9ca1 Ed H*0026 05bd68ce2c Jean*0027 C-- Package-specific Options & Macros go here 6d54cf9ca1 Ed H*0028 05bd68ce2c Jean*0029 #endif /* ndef ECCO_CPPOPTIONS_H */ 6d54cf9ca1 Ed H*0030 #endif /* ALLOW_CAL */ 0031 #endif /* CAL_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 |
![]() ![]() |