/[MITgcm]/MITgcm/pkg/opps/OPPS_OPTIONS.h
ViewVC logotype

Diff of /MITgcm/pkg/opps/OPPS_OPTIONS.h

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

revision 1.1 by mlosch, Thu Sep 16 11:28:16 2004 UTC revision 1.2 by jmc, Sat Dec 24 01:09:39 2011 UTC
# Line 1  Line 1 
1  C $Header$  C $Header$
2  C $Name$  C $Name$
3  C     /==========================================================\  
4  C     | OPPS_OPTIONS.h                                            |  C     *==========================================================*
5  C     | o CPP options file for OPPS package.                      |  C     | OPPS_OPTIONS.h
6  C     |==========================================================|  C     | o CPP options file for OPPS package.
7  C     | Use this file for selecting options within the OPPS       |  C     *==========================================================*
8  C     | package.  OPPS is enabled with ALLOW_OPPS in CPP_OPTIONS.h |  C     | Use this file for selecting options within the OPPS
9  C     \==========================================================/  C     | package.
10    C     *==========================================================*
11    
12  #ifndef OPPS_OPTIONS_H  #ifndef OPPS_OPTIONS_H
13  #define OPPS_OPTIONS_H  #define OPPS_OPTIONS_H
14  #include "PACKAGES_CONFIG.h"  #include "PACKAGES_CONFIG.h"
15    #include "CPP_OPTIONS.h"
16    
17  #ifdef ALLOW_OPPS  #ifdef ALLOW_OPPS
18    C Package-specific Options & Macros go here
 #include "CPP_OPTIONS.h"  
19    
20  C allow debugging OPPS_CALC  C allow debugging OPPS_CALC
21  #define ALLOW_OPPS_DEBUG  #define ALLOW_OPPS_DEBUG
22    
 C  
23  #endif /* ALLOW_OPPS */  #endif /* ALLOW_OPPS */
24  #endif /* OPPS_OPTIONS_H */  #endif /* OPPS_OPTIONS_H */
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22