Changeset 1345 for trunk/psLib/test/dataManip/tst_psMinimize04.c
- Timestamp:
- Jul 29, 2004, 2:39:18 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psMinimize04.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize04.c
r1190 r1345 1 1 /***************************************************************************** 2 This routine must ensure that the ps GetArrayPolynomialworks correctly.2 This routine must ensure that the psVectorFitPolynomial1D works correctly. 3 3 *****************************************************************************/ 4 4 #include <stdio.h> … … 45 45 } 46 46 47 ps GetArrayPolynomial(myPoly, x, y, yErr);47 psVectorFitPolynomial1D(myPoly, x, y, yErr); 48 48 49 49 for (i=0;i<POLY_ORDER+1;i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
