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/math/psMatrix.c

    r15824 r17447  
    2222 *  @author Andy Becker, University of Washington (SVD).
    2323 *
    24  *  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
    25  *  @date $Date: 2007-12-14 02:49:44 $
     24 *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
     25 *  @date $Date: 2008-04-17 23:43:02 $
    2626 *
    2727 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    768768        /* make sure that these things are sorted! */
    769769        if (i > 0) {
    770             assert(eval->data.F64[i] <= eval->data.F64[i-1]);
     770            psAssert(eval->data.F64[i] <= eval->data.F64[i-1], "impossible");
    771771        }
    772772    }
Note: See TracChangeset for help on using the changeset viewer.