IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 22, 2004, 8:12:22 PM (22 years ago)
Author:
gusciora
Message:

removed the old 1d Spline Gen function.

File:
1 edited

Legend:

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

    r1860 r1861  
    99 *  @author George Gusciora, MHPCC
    1010 *
    11  *  @version $Revision: 1.46 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-09-23 05:43:25 $
     11 *  @version $Revision: 1.47 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-09-23 06:12:22 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    345345
    346346            (mySpline->spline[i])->coeff[1] = slope;
    347             psTrace(".psLib.dataManip.psFunctions.psSpline1DGen", 4,
     347            psTrace(".psLib.dataManip.psMinimize.psVectorFitSpline1D", 4,
    348348                    "---- mySpline %d coeffs are (%f, %f)\n", i,
    349349                    (mySpline->spline[i])->coeff[0],
    350350                    (mySpline->spline[i])->coeff[1]);
    351351        }
    352         psTrace(".psLib.dataManip.psFunctions.psSpline1DGen", 4,
    353                 "---- Exiting psSpline1DGen()\n");
     352        psTrace(".psLib.dataManip.psMinimize.psVectorFitSpline1D", 4,
     353                "---- Exiting psVectorFitSpline1D()()\n");
    354354        return((psSpline1D *) mySpline);
    355355    }
Note: See TracChangeset for help on using the changeset viewer.