Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:41:28 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
dc819abbf1 Jean*0001 CBOP
                0002 C !ROUTINE: GRDCHK_OPTIONS.h
                0003 C !INTERFACE:
                0004 C #include "GRDCHK_OPTIONS.h"
                0005 
                0006 C !DESCRIPTION:
                0007 C *==================================================================*
                0008 C | CPP options file for Gradient-Check (grdchk) package:
                0009 C | Control which optional features to compile in this package code.
                0010 C *==================================================================*
                0011 CEOP
                0012 
                0013 #ifndef GRDCHK_OPTIONS_H
                0014 #define GRDCHK_OPTIONS_H
                0015 #include "PACKAGES_CONFIG.h"
                0016 #include "CPP_OPTIONS.h"
                0017 
d6c8672c92 Jean*0018 #ifdef ALLOW_GRDCHK
dc819abbf1 Jean*0019 C-- Package-specific options go here
                0020 C   Note: most of these options have been shifted to the common header
                0021 C         file ECCO_CPPOPTIONS.h
                0022 
                0023 #endif /* ALLOW_GRDCHK */
                0024 #endif /* GRDCHK_OPTIONS_H */