Changeset 6204 for trunk/psLib/src/math/psStats.c
- Timestamp:
- Jan 26, 2006, 11:10:22 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psStats.c
r6193 r6204 14 14 * stats->binsize 15 15 * 16 * @version $Revision: 1.16 1$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-01-26 00:31:19$16 * @version $Revision: 1.162 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-01-26 21:10:22 $ 18 18 * 19 19 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1457 1457 psVector *y = psVectorAlloc(3, PS_TYPE_F64); 1458 1458 psVector *yErr = psVectorAlloc(3, PS_TYPE_F64); 1459 psPolynomial1D *myPoly = psPolynomial1DAlloc( 2, PS_POLYNOMIAL_ORD);1459 psPolynomial1D *myPoly = psPolynomial1DAlloc(PS_POLYNOMIAL_ORD, 2); 1460 1460 1461 1461 psF32 tmpFloat = 0.0f;
Note:
See TracChangeset
for help on using the changeset viewer.
