Changeset 6204 for trunk/psLib/test/math/tst_psPolyFit3D.c
- Timestamp:
- Jan 26, 2006, 11:10:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psPolyFit3D.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psPolyFit3D.c
r6193 r6204 107 107 if (flags & TS00_POLY_ORD) { 108 108 printf(" using ordinary polynomials\n"); 109 myPoly = psPolynomial3DAlloc( polyOrderX, polyOrderY, polyOrderZ, PS_POLYNOMIAL_ORD);109 myPoly = psPolynomial3DAlloc(PS_POLYNOMIAL_ORD, polyOrderX, polyOrderY, polyOrderZ); 110 110 } 111 111
Note:
See TracChangeset
for help on using the changeset viewer.
