Changeset 4580 for trunk/psLib/src/math/psMinimize.c
- Timestamp:
- Jul 18, 2005, 4:55:54 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimize.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimize.c
r4570 r4580 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.12 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-07-1 6 00:42:28$11 * @version $Revision: 1.127 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-07-19 02:55:54 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 520 520 psVector *y32 = yPtr; 521 521 522 523 522 // If these are linear splines, which means their polynomials will have 524 523 // two coefficients, then we do the simple calculation. … … 638 637 psTrace(".psLib.dataManip.psVectorFitSpline1D", 4, 639 638 "---- psVectorFitSpline1D() end ----\n"); 639 640 640 return(mySpline); 641 641 }
Note:
See TracChangeset
for help on using the changeset viewer.
