IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 27, 2007, 9:05:13 AM (19 years ago)
Author:
eugene
Message:

asserts to PS_ASSERTs

File:
1 edited

Legend:

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

    r11702 r12601  
    363363    // use the source moments, etc to guess basic model parameters
    364364    pmModel *EXT = pmSourceModelGuess (source, modelTypeEXT);
    365     assert (EXT != NULL);
     365    PS_ASSERT (EXT, NULL);
    366366       
    367367    // if (isnan(EXT->params->data.F32[1])) psAbort("nan in ext fit");
Note: See TracChangeset for help on using the changeset viewer.