/[MITgcm]/MITgcm/verification/OpenAD/code_oad/OPENAD_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/verification/OpenAD/code_oad/OPENAD_OPTIONS.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Feb 18 12:41:22 2015 UTC (9 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, HEAD
File MIME type: text/plain
Change to 3D active read

1 heimbach 1.1 C $Header: /u/gcmpack/MITgcm/pkg/openad/OPENAD_OPTIONS.h,v 1.2 2014/12/31 17:57:43 jmc Exp $
2     C $Name: $
3    
4     CBOP
5     C !ROUTINE: OPENAD_OPTIONS.h
6     C !INTERFACE:
7     C #include "OPENAD_OPTIONS.h"
8    
9     C !DESCRIPTION:
10     C *==================================================================*
11     C | CPP options file for OpenAD (openad) package:
12     C | Control which optional features to compile in this package code.
13     C *==================================================================*
14     CEOP
15    
16     #ifndef OPENAD_OPTIONS_H
17     #define OPENAD_OPTIONS_H
18     #include "PACKAGES_CONFIG.h"
19     #include "CPP_OPTIONS.h"
20    
21     #ifdef ALLOW_OPENAD
22    
23     #define ALLOW_OPENAD_ACTIVE_READ_XYZ
24     #undef ALLOW_OPENAD_ACTIVE_READ_XY
25     #undef ALLOW_OPENAD_ACTIVE_WRITE
26    
27     #endif /* ALLOW_OPENAD */
28     #endif /* OPENAD_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22