|
||||
File indexing completed on 2018-03-02 18:45:42 UTC
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC6bc83c862b Patr*0001 CBOP 0002 C !ROUTINE: OPENAD_OPTIONS.h 0003 C !INTERFACE: 0004 C #include "OPENAD_OPTIONS.h" 0005 0006 C !DESCRIPTION: 0007 C *==================================================================* 0008 C | CPP options file for OpenAD (openad) package: 0009 C | Control which optional features to compile in this package code. 0010 C *==================================================================* 0011 CEOP 0012 0013 #ifndef OPENAD_OPTIONS_H 0014 #define OPENAD_OPTIONS_H 0015 #include "PACKAGES_CONFIG.h" 0016 #include "CPP_OPTIONS.h" 0017 0018 #ifdef ALLOW_OPENAD 0019 0020 #define ALLOW_OPENAD_ACTIVE_READ_XYZ 0021 #undef ALLOW_OPENAD_ACTIVE_READ_XY 0022 #undef ALLOW_OPENAD_ACTIVE_WRITE 0023 0024 #endif /* ALLOW_OPENAD */ 0025 #endif /* OPENAD_OPTIONS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated from https://github.com/MITgcm/MITgcm by the 2.2.1-MITgcm-0.1 LXR engine. The LXR team |