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/fits/psFitsFloat.c

    r16549 r17447  
    153153            return NULL;
    154154        }
    155         assert(out->type.type == PS_TYPE_F32);
     155        psAssert(out->type.type == PS_TYPE_F32, "impossible");
    156156        for (int y = 0; y < numRows; y++) {
    157157            for (int x = 0; x < numCols; x++) {
Note: See TracChangeset for help on using the changeset viewer.