/[MITgcm]/MITgcm/pkg/autodiff/AUTODIFF_OPTIONS.h
ViewVC logotype

Contents of /MITgcm/pkg/autodiff/AUTODIFF_OPTIONS.h

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


Revision 1.4 - (show annotations) (download)
Tue May 24 17:06:28 2011 UTC (13 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint63, checkpoint62z, checkpoint62y
Changes since 1.3: +18 -14 lines
File MIME type: text/plain
closer to standard {PKG}_OPTIONS.h file (but with AD_CONFIG.h); +fix some comments.

1 C $Header: /u/gcmpack/MITgcm/pkg/autodiff/AUTODIFF_OPTIONS.h,v 1.3 2004/03/04 04:00:12 heimbach Exp $
2 C $Name: $
3
4 CBOP
5 C !ROUTINE: AUTODIFF_OPTIONS.h
6 C !INTERFACE:
7 C #include "AUTODIFF_OPTIONS.h"
8
9 C !DESCRIPTION:
10 C *==================================================================*
11 C | CPP options file for AUTODIFF package:
12 C | Control which optional features to compile in this package code.
13 C *==================================================================*
14 CEOP
15
16 #ifndef AUTODIFF_OPTIONS_H
17 #define AUTODIFF_OPTIONS_H
18 #include "PACKAGES_CONFIG.h"
19 #include "AD_CONFIG.h"
20 #ifdef ALLOW_AUTODIFF
21
22 #include "CPP_OPTIONS.h"
23
24 C-- Package-specific options go here
25 C Note: most of these options have been shifted to the common header
26 C file ECCO_CPPOPTIONS.h
27
28 #endif /* ALLOW_AUTODIFF */
29 #endif /* AUTODIFF_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22