Changeset 20405
- Timestamp:
- Oct 26, 2008, 5:13:31 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081026/psphot/src/psphotGuessModels.c
r20399 r20405 33 33 assert (recipe); 34 34 35 int nThreads = psMetadataLookupS32(&status, config->arguments, "NTHREADS"); // Number of threads 36 if (!status) { 37 nThreads = 0; 38 } 35 // int nThreads = psMetadataLookupS32(&status, config->arguments, "NTHREADS"); // Number of threads 36 // if (!status) { 37 // nThreads = 0; 38 // } 39 int nThreads = 0; 39 40 40 41 // bit-masks to test for good/bad pixels
Note:
See TracChangeset
for help on using the changeset viewer.
