/[MITgcm]/MITgcm/verification/internal_wave/code/CPP_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/verification/internal_wave/code/CPP_OPTIONS.h

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

revision 1.10 by edhill, Thu Oct 9 22:50:26 2003 UTC revision 1.12 by edhill, Mon Nov 3 03:16:44 2003 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3    
4  #include "PACKAGES_CONFIG.h"  #ifndef CPP_OPTIONS_H
5    #define CPP_OPTIONS_H
6    
7  C CPP flags controlling particular source code features  C CPP flags controlling particular source code features
8    
 C o Include/exclude code for C-D grid method of integrating the  
 C   coriolis terms  
 #undef  INCLUDE_CD_CODE  
   
9  C o Include/exclude temperature forcing code  C o Include/exclude temperature forcing code
10  C#define  INCLUDE_T_FORCING_CODE  C#define  INCLUDE_T_FORCING_CODE
11    
# Line 65  C o Include/exclude code specific to the Line 62  C o Include/exclude code specific to the
62  #ifdef INCLUDE_ECCO_PACKAGE  #ifdef INCLUDE_ECCO_PACKAGE
63  #include "ECCO_CPPOPTIONS.h"  #include "ECCO_CPPOPTIONS.h"
64  #endif  #endif
65    
66    #endif /* CPP_OPTIONS_H */
67    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.22