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

    r2204 r2273  
    7272    }
    7373
    74     p_psSpline1DFree(tmpSpline);
     74    psFree(tmpSpline);
    7575    psFree(bounds);
    7676    psMemCheckCorruption(1);
     
    132132    }
    133133
    134     p_psSpline1DFree(tmpSpline);
     134    psFree(tmpSpline);
    135135    psFree(bounds);
    136136    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.