IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2012, 3:50:35 PM (14 years ago)
Author:
mhuber
Message:

changing assert fail fault for no sources to just continue on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotAddNoise.c

    r32348 r33980  
    4747
    4848    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;
    5052
    5153    psTimerStart ("psphot.noise");
Note: See TracChangeset for help on using the changeset viewer.