Changeset 9557
- Timestamp:
- Oct 13, 2006, 2:52:35 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/models/pmModel_GAUSS.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/models/pmModel_GAUSS.c
r6947 r9557 134 134 for (int i = 4; i < 7; i++) { 135 135 psPolynomial2D *poly = psf->params->data[i-4]; 136 // XXX: be wary of a bug here. EAM had his own version of psPolynomial2DEval().137 // I think the reason was that hewas using nX=xOrder. Not sure. I changed this138 // without verifying.139 // out[i] = Polynomial2DEval_EAM (poly, out[2], out[3]);140 136 out[i] = psPolynomial2DEval(poly, out[2], out[3]); 141 137 }
Note:
See TracChangeset
for help on using the changeset viewer.
