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

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

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


Revision 1.6 - (hide annotations) (download)
Fri Jul 6 23:12:45 2012 UTC (11 years, 11 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint63q
Changes since 1.5: +1 -2 lines
File MIME type: text/plain
remove #include "AD_CONFIG.h" from all included OPTIONS files
and add it explicitly in each fortran src file where it is needed

1 jmc 1.6 C $Header: /u/gcmpack/MITgcm/pkg/autodiff/AUTODIFF_OPTIONS.h,v 1.5 2011/12/24 01:04:45 jmc Exp $
2 edhill 1.2 C $Name: $
3    
4     CBOP
5 jmc 1.4 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 edhill 1.2 CEOP
15    
16     #ifndef AUTODIFF_OPTIONS_H
17     #define AUTODIFF_OPTIONS_H
18     #include "PACKAGES_CONFIG.h"
19     #include "CPP_OPTIONS.h"
20    
21 jmc 1.5 #ifdef ALLOW_AUTODIFF
22 jmc 1.4 C-- Package-specific options go here
23     C Note: most of these options have been shifted to the common header
24     C file ECCO_CPPOPTIONS.h
25    
26     #endif /* ALLOW_AUTODIFF */
27     #endif /* AUTODIFF_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22