Changeset 10608
- Timestamp:
- Dec 10, 2006, 7:28:46 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psPolynomial.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psPolynomial.c
r10605 r10608 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.15 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-12-10 04:13:25$9 * @version $Revision: 1.155 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-10 17:28:46 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 697 697 for (int i = 0; i < (1 + poly->nX); i++) { 698 698 for (int j = 0; j < (1 + poly->nY); j++) { 699 out->coeff[i][j] = poly->coeff[i][j] = 0.0;700 out->coeffErr[i][j] = poly->coeffErr[i][j] = 0.0;701 out->mask[i][j] = poly->mask[i][j] = 0;699 out->coeff[i][j] = poly->coeff[i][j]; 700 out->coeffErr[i][j] = poly->coeffErr[i][j]; 701 out->mask[i][j] = poly->mask[i][j]; 702 702 } 703 703 }
Note:
See TracChangeset
for help on using the changeset viewer.
