Back to home page

MITgcm

 
 

    


File indexing completed on 2018-03-02 18:42:50 UTC

view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
b4d5e534c1 Step*0001 #ifndef OFFLINE_OPTIONS_H
                0002 #define OFFLINE_OPTIONS_H
                0003 #include "PACKAGES_CONFIG.h"
                0004 #include "CPP_OPTIONS.h"
                0005 
d6c8672c92 Jean*0006 #ifdef ALLOW_OFFLINE
                0007 
b4d5e534c1 Step*0008 CBOP
                0009 C    !ROUTINE: OFFLINE_OPTIONS.h
                0010 C    !INTERFACE:
                0011 
                0012 C    !DESCRIPTION:
                0013 c options for offline package
                0014 CEOP
                0015 
                0016 #undef NOT_MODEL_FILES
                0017 
                0018 #endif /* ALLOW_OFFLINE */
                0019 #endif /* OFFLINE_OPTIONS_H */