| 1 |
heimbach |
1.1 |
C $Header: /u/gcmpack/MITgcm/pkg/mypackage/MYPACKAGE_OPTIONS.h,v 1.3 2008/08/11 22:31:36 jmc Exp $ |
| 2 |
|
|
C $Name: $ |
| 3 |
|
|
|
| 4 |
|
|
C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----| |
| 5 |
|
|
|
| 6 |
|
|
C CPP options file for MYPACKAGE |
| 7 |
|
|
C |
| 8 |
|
|
C Use this file for selecting options within package "streamice" |
| 9 |
|
|
|
| 10 |
|
|
#ifndef STREAMICE_OPTIONS_H |
| 11 |
|
|
#define STREAMICE_OPTIONS_H |
| 12 |
|
|
#include "PACKAGES_CONFIG.h" |
| 13 |
|
|
#ifdef ALLOW_STREAMICE |
| 14 |
|
|
|
| 15 |
|
|
#include "CPP_OPTIONS.h" |
| 16 |
|
|
|
| 17 |
|
|
C Place CPP define/undef flag here |
| 18 |
|
|
|
| 19 |
|
|
#endif /* ALLOW_MYPACKAGE */ |
| 20 |
|
|
#endif /* MYPACKAGE_OPTIONS_H */ |
| 21 |
|
|
|
| 22 |
|
|
CEH3 ;;; Local Variables: *** |
| 23 |
|
|
CEH3 ;;; mode:fortran *** |
| 24 |
|
|
CEH3 ;;; End: *** |