17 |
logical PTRACERSisON |
logical PTRACERSisON |
18 |
COMMON /PTRACERS_PACKAGE/ PTRACERSisON |
COMMON /PTRACERS_PACKAGE/ PTRACERSisON |
19 |
|
|
20 |
|
C NUMBER_OF_PTRACERS defines how many passive tracers are allocated/exist. |
21 |
|
C This CPP macro is *only* used in PTRACERS.h to set an integer parameter. |
22 |
|
C <Please> do not make use of it elsewhere. |
23 |
|
C |
24 |
|
C NUMBER_OF_PTRACERS can be defined in CPP_OPTIONS.h, or in the Makefile |
25 |
|
C with DEFINES=-DNUMBER_OF_PTRACERS=4 |
26 |
|
C |
27 |
|
C If NUMBER_OF_PTRACERS is not specified elsewhere and ALLOW_PTRACERS |
28 |
|
C is set then NUMBER_OF_PTRACERS is set here (default 1) |
29 |
|
#ifndef NUMBER_OF_PTRACERS |
30 |
|
#define NUMBER_OF_PTRACERS 30 |
31 |
|
#endif |
32 |
|
|
33 |
C Number of tracers |
C Number of tracers |
34 |
INTEGER PTRACERS_num |
INTEGER PTRACERS_num |
35 |
PARAMETER(PTRACERS_num = NUMBER_OF_PTRACERS) |
PARAMETER(PTRACERS_num = NUMBER_OF_PTRACERS) |