IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2004, 3:44:48 PM (22 years ago)
Author:
gusciora
Message:

Added new NULL check macros.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/psMinimize.c

    r1992 r2106  
    99 *  @author GLF, MHPCC
    1010 *
    11  *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-10-06 23:38:49 $
     11 *  @version $Revision: 1.58 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-10-14 01:44:48 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    895895        tmpPoly = p_psVectorFitPolynomial1DOrd(myPoly, x64, y64, yErr64);
    896896    } else {
    897         // XXX: psErrorMsg()
     897        psError(__func__, "unknown polynomial type.\n");
    898898        return(NULL);
    899899    }
Note: See TracChangeset for help on using the changeset viewer.