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_psMinimize06.c

    r2204 r2273  
    3535    if (myDeriv == NULL) {
    3636        myDeriv = psImageAlloc(myParams->n, myCoords->n, PS_TYPE_F32);
    37         psError(__func__, "myDeriv is NULL.\n");
     37        psError(PS_ERR_UNKNOWN, true, "myDeriv is NULL.\n");
    3838    }
    3939
Note: See TracChangeset for help on using the changeset viewer.