Back to home page

MITgcm

 
 

    


File indexing completed on 2023-05-28 05:10:39 UTC

view on githubraw file Latest commit b4daa243 on 2023-05-28 03:53:22 UTC
b4daa24319 Shre*0001 CBOP
                0002 C !ROUTINE: TAPENADE_OPTIONS.h
                0003 C !INTERFACE:
                0004 C #include "TAPENADE_OPTIONS.h"
                0005 
                0006 C !DESCRIPTION:
                0007 C *==================================================================*
                0008 C | CPP options file for Tapenade (tapenade) package:
                0009 C | Control which optional features to compile in this package code.
                0010 C *==================================================================*
                0011 CEOP
                0012 
                0013 #ifndef TAPENADE_OPTIONS_H
                0014 #define TAPENADE_OPTIONS_H
                0015 #include "PACKAGES_CONFIG.h"
                0016 #include "CPP_OPTIONS.h"
                0017 
                0018 #ifdef ALLOW_TAPENADE
                0019 
                0020 #define ALLOW_TAPENADE_ACTIVE_READ_XYZ
                0021 #define ALLOW_TAPENADE_ACTIVE_READ_XY
                0022 #undef ALLOW_TAPENADE_ACTIVE_WRITE
                0023 
                0024 #endif /* ALLOW_TAPENADE */
                0025 #endif /* TAPENADE_OPTIONS_H */