IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2008, 1:43:03 PM (18 years ago)
Author:
jhoblitt
Message:

convert assert() to psAssert()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageMapFit.c

    r15841 r17447  
    77 *  @author Eugene Magnier, IfA
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-12-15 01:20:03 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2008-04-17 23:43:02 $
    1111 *
    1212 *  Copyright 2007 Institute for Astronomy, University of Hawaii
     
    338338{
    339339    // XXX add in full PS_ASSERTS
    340     assert(map);
    341     assert(stats);
    342     assert(x);
    343     assert(y);
    344     assert(f);
     340    psAssert(map, "impossible");
     341    psAssert(stats, "impossible");
     342    psAssert(x, "impossible");
     343    psAssert(y, "impossible");
     344    psAssert(f, "impossible");
    345345
    346346    // the user supplies one of various stats option pairs,
Note: See TracChangeset for help on using the changeset viewer.