IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psMinimize04.c

    r2204 r2273  
    237237    myPoly = psVectorFitPolynomial1D(NULL, NULL, NULL, NULL);
    238238    if ( myPoly != NULL ) {
    239         psError(__func__,"A null polynomial should have returned a null pointer.");
     239        psError(PS_ERR_UNKNOWN, true,"A null polynomial should have returned a null pointer.");
    240240        testStatus = false;
    241241    }
Note: See TracChangeset for help on using the changeset viewer.