/[MITgcm]/MITgcm/pkg/cal/CAL_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/cal/CAL_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Sat Dec 24 01:04:45 2011 UTC (12 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63q, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k
Changes since 1.3: +3 -3 lines
File MIME type: text/plain
move #include "CPP_OPTIONS.h" just after #include "PACKAGES_CONFIG.h",
outside of the #ifdef ALLOW_THISPKG / #endif block.

1 C $Header: /u/gcmpack/MITgcm/pkg/cal/CAL_OPTIONS.h,v 1.3 2003/11/25 16:07:03 heimbach Exp $
2 C $Name: $
3
4 #ifndef CAL_OPTIONS_H
5 #define CAL_OPTIONS_H
6 #include "PACKAGES_CONFIG.h"
7 #include "CPP_OPTIONS.h"
8
9 #ifdef ALLOW_CAL
10
11 CPH >>>>>> ALL CAL OPTIONS ARE CURRENTLY SET IN <<<<<<
12 CPH >>>>>> ECCO_CPPOPTIONS.h <<<<<<
13 CPH >>>>>> SHOULD REMAIN LIKE THIS UNTIL WE <<<<<<
14 CPH >>>>>> DEFINE A CONSISTENT CHANGE OF POLICY <<<<<<
15
16 C This package is currently controlled by the ECCO_CPPOPTIONS.h and
17 C to avoid compatibility issues you should *NOT* customize this file.
18 cph#define ALLOW_CALENDAR
19
20 C This CPP flag must be set for no apparent reason other than to stop
21 C cal_readparms() for causing to issue a fatal warning that it is
22 C undefined!!!
23 C TODO: delete this and related code!? AJA
24 cph#define ALLOW_CAL_NENDITER
25
26 #endif /* ALLOW_CAL */
27 #endif /* CAL_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22