/[MITgcm]/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h
ViewVC logotype

Annotation of /MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h

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


Revision 1.5 - (hide annotations) (download)
Tue Jul 13 16:47:11 2004 UTC (19 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint54d_post, checkpoint54e_post, checkpoint54c_post
Changes since 1.4: +5 -7 lines
File MIME type: text/plain
max number of passive tracers is now defined in PTRACERS_SIZE.h

1 jmc 1.5 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.4 2003/11/20 15:01:10 jmc Exp $
2 adcroft 1.1 C $Name: $
3    
4     C CPP options file for PTRACERS package
5     C
6     C Use this file for selecting options within the PTRACERS package
7 edhill 1.3
8     #ifndef PTRACERS_OPTIONS_H
9     #define PTRACERS_OPTIONS_H
10     #include "PACKAGES_CONFIG.h"
11     #ifdef ALLOW_PTRACERS
12 adcroft 1.1
13     #include "CPP_OPTIONS.h"
14 jmc 1.4
15     C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist.
16     C This CPP macro is *only* used in PTRACERS.h to set an integer parameter.
17     C <Please> do not make use of it elsewhere.
18 jmc 1.5 C Note: this CPP macro has been removed to avoid confusion and risk of
19     C error resulting from multiple definitions (default + explicit) within
20     C the code. The number of tracers is now defined within PTRACERS_SIZE.h
21     C---
22 jmc 1.4
23    
24 edhill 1.3 C CPP Macros go here
25 adcroft 1.1
26     #endif /* ALLOW_PTRACERS */
27 edhill 1.3 #endif /* PTRACERS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22