Changeset 33980 for trunk/psphot/src/psphotAddNoise.c
- Timestamp:
- Jun 1, 2012, 3:50:35 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotAddNoise.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotAddNoise.c
r32348 r33980 47 47 48 48 psArray *sources = detections->allSources; 49 psAssert (sources, "missing sources?"); 49 //psAssert (sources, "missing sources?"); 50 // if no work, should just return true 51 if (!sources) return true; 50 52 51 53 psTimerStart ("psphot.noise");
Note:
See TracChangeset
for help on using the changeset viewer.
