IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11314


Ignore:
Timestamp:
Jan 25, 2007, 6:53:37 PM (19 years ago)
Author:
eugene
Message:

added an assert

File:
1 edited

Legend:

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

    r11176 r11314  
    365365    // use the source moments, etc to guess basic model parameters
    366366    pmModel *EXT = pmSourceModelGuess (source, modelTypeEXT);
     367    assert (EXT != NULL);
     368       
    367369    // if (isnan(EXT->params->data.F32[1])) psAbort ("psphot", "nan in ext fit");
    368370
Note: See TracChangeset for help on using the changeset viewer.