Changeset 37825 for branches/eam_branches/ipp-pv3-20140717-merge/psphot/src/psphotExtendedSourceAnalysis.c
- Timestamp:
- Jan 12, 2015, 12:34:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/psphot/src/psphotExtendedSourceAnalysis.c
r36375 r37825 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.
