/[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.5 - (show annotations) (download)
Sat Dec 24 01:04:45 2011 UTC (12 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63p, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k
Changes since 1.4: +2 -3 lines
File MIME type: text/plain
move #include "CPP_OPTIONS.h" just after #include "PACKAGES_CONFIG.h",
outside of the #ifdef ALLOW_THISPKG / #endif block.

1 C $Header: /u/gcmpack/MITgcm/pkg/autodiff/AUTODIFF_OPTIONS.h,v 1.4 2011/05/24 17:06:28 jmc 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 #include "CPP_OPTIONS.h"
21
22 #ifdef ALLOW_AUTODIFF
23 C-- Package-specific options go here
24 C Note: most of these options have been shifted to the common header
25 C file ECCO_CPPOPTIONS.h
26
27 #endif /* ALLOW_AUTODIFF */
28 #endif /* AUTODIFF_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22