IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2006, 2:31:19 PM (20 years ago)
Author:
gusciora
Message:

Several mods mostly to the psPolynomial fitting routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psConstants.h

    r6186 r6193  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-01-23 22:25:31 $
     8 *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-01-26 00:31:19 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7474#define PS_ASSERT_INT_NONNEGATIVE(NAME, RVAL) \
    7575if ((NAME) < 0) { \
    76     psError(PS_ERR_BAD_PARAMETER_VALUE, true, \
    77             "Error: %s is less than 0.", #NAME); \
     76    psError(PS_ERR_BAD_PARAMETER_VALUE, true, "Error: %s is less than 0.", #NAME); \
    7877    return(RVAL); \
    7978}
Note: See TracChangeset for help on using the changeset viewer.