Changeset 37811 for trunk/psphot/src/psphotExtendedSourceAnalysis.c
- Timestamp:
- Jan 11, 2015, 2:57:41 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotExtendedSourceAnalysis.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotExtendedSourceAnalysis.c
r36375 r37811 38 38 39 39 /*** for the moment, this test code : it is not thread safe ***/ 40 int Nall = 0;41 int Nskip1 = 0;42 int Nskip2 = 0;43 int Nskip3 = 0;44 int Nskip4 = 0;45 int Nskip5 = 0;46 int Nskip6 = 0;40 static int Nall = 0; 41 static int Nskip1 = 0; 42 static int Nskip2 = 0; 43 static int Nskip3 = 0; 44 static int Nskip4 = 0; 45 static int Nskip5 = 0; 46 static int Nskip6 = 0; 47 47 48 48 # define SKIP(VALUE) { VALUE++; continue; }
Note:
See TracChangeset
for help on using the changeset viewer.
