File indexing completed on 2026-03-19 05:09:09 UTC
view on githubraw file Latest commit 69361556 on 2026-03-18 21:20:20 UTC
5a54dbbd56 Jean*0001 #ifndef COST_OPTIONS_H
0002 #define COST_OPTIONS_H
0003 #include "PACKAGES_CONFIG.h"
0004 #include "CPP_OPTIONS.h"
0005
aecc8b0f47 Mart*0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018 #ifdef ALLOW_COST
0019 #ifdef ECCO_CPPOPTIONS_H
0020
0021
0022
0023
0024
0025 #else /* ndef ECCO_CPPOPTIONS_H */
0026
0027
0028
5a54dbbd56 Jean*0029 #undef ALLOW_COST_STATE_FINAL
0030 #undef ALLOW_COST_VECTOR
0031
aecc8b0f47 Mart*0032
0033 #undef ALLOW_COST_ATLANTIC_HEAT
5a54dbbd56 Jean*0034 #undef ALLOW_COST_ATLANTIC_HEAT_DOMASS
aecc8b0f47 Mart*0035
0036 #define ALLOW_COST_TEST
0037 #undef ALLOW_COST_TSQUARED
0038 #undef ALLOW_COST_TRACER
0039
5a54dbbd56 Jean*0040
0041 #undef ALLOW_COST_TEMP
0042 #undef ALLOW_COST_HFLUXM
0043 #undef ALLOW_DIC_COST
0044 #undef ALLOW_THSICE_COST_TEST
69361556c2 Mart*0045 #undef ALLOW_COST_STREAMICE
5a54dbbd56 Jean*0046 #undef ALLOW_COST_SHELFICE
aecc8b0f47 Mart*0047
0048
0049 #endif /* ndef ECCO_CPPOPTIONS_H */
0050 #endif /* ALLOW_COST */
0051 #endif /* COST_OPTIONS_H */