Changeset 41532 for trunk/psLib/src/math/psMinimizePolyFit.c
- Timestamp:
- Apr 3, 2021, 2:18:12 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psMinimizePolyFit.c
r38062 r41532 19 19 * XXX: For clip-fit functions, what should we do if the mask is NULL? 20 20 * 21 * XXX: the sums are built for 2*(order + 1) elements, but it should be 2*order + 1 21 22 */ 22 23 … … 2250 2251 } 2251 2252 2252 if (!psVectorStats (stats, resid, NULL, mask, maskValue)) {2253 if (!psVectorStats(stats, resid, NULL, mask, maskValue)) { 2253 2254 psError(PS_ERR_UNKNOWN, false, "Could not compute statistics on the resid vector. Returning NULL.\n"); 2254 2255 psFree(resid);
Note:
See TracChangeset
for help on using the changeset viewer.
