/[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.4 by jmc, Thu Nov 20 15:01:10 2003 UTC revision 1.5 by jmc, Tue Jul 13 16:47:11 2004 UTC
# Line 15  C Use this file for selecting options wi Line 15  C Use this file for selecting options wi
15  C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist.  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.  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.  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    
 C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS  
 C is set then NUMBER_OF_PTRACERS is set here (default 1)  
 #ifndef NUMBER_OF_PTRACERS  
 #define NUMBER_OF_PTRACERS 1  
 #endif  
   
24  C CPP Macros go here  C CPP Macros go here
25    
26  #endif /* ALLOW_PTRACERS */  #endif /* ALLOW_PTRACERS */

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

  ViewVC Help
Powered by ViewVC 1.1.22