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

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

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

revision 1.3 by edhill, Thu Oct 9 04:19:20 2003 UTC revision 1.4 by jmc, Thu Nov 20 15:01:10 2003 UTC
# Line 12  C Use this file for selecting options wi Line 12  C Use this file for selecting options wi
12    
13  #include "CPP_OPTIONS.h"  #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    
19    
20    C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS
21    C is set then NUMBER_OF_PTRACERS is set here (default 1)
22    #ifndef NUMBER_OF_PTRACERS
23    #define NUMBER_OF_PTRACERS 1
24    #endif
25    
26  C CPP Macros go here  C CPP Macros go here
27    
28  #endif /* ALLOW_PTRACERS */  #endif /* ALLOW_PTRACERS */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22