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

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

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


Revision 1.5 - (show 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 C $Header: /u/gcmpack/MITgcm/pkg/ptracers/PTRACERS_OPTIONS.h,v 1.4 2003/11/20 15:01:10 jmc Exp $
2 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
8 #ifndef PTRACERS_OPTIONS_H
9 #define PTRACERS_OPTIONS_H
10 #include "PACKAGES_CONFIG.h"
11 #ifdef ALLOW_PTRACERS
12
13 #include "CPP_OPTIONS.h"
14
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 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
23
24 C CPP Macros go here
25
26 #endif /* ALLOW_PTRACERS */
27 #endif /* PTRACERS_OPTIONS_H */

  ViewVC Help
Powered by ViewVC 1.1.22