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

    r2223 r2273  
    8383    psFree(newX);
    8484    psFree(y);
    85     p_psSpline1DFree(tmpSpline);
     85    psFree(tmpSpline);
    8686    psFree(newY);
    8787
     
    152152    psFree(newX);
    153153    psFree(y);
    154     p_psSpline1DFree(tmpSpline);
     154    psFree(tmpSpline);
    155155    psFree(newY);
    156156
Note: See TracChangeset for help on using the changeset viewer.