Changeset 10857
- Timestamp:
- Dec 29, 2006, 9:13:11 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppFocusFitFWHM.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppFocusFitFWHM.c
r8751 r10857 11 11 psPolynomial1D *poly = psPolynomial1DAlloc (PS_POLYNOMIAL_ORD, 2); 12 12 13 poly = psVectorFitPolynomial1D (poly, NULL, 0, fwhm, NULL, focus); 14 if (!poly) { 13 if (!psVectorFitPolynomial1D (poly, NULL, 0, fwhm, NULL, focus)) { 15 14 psError (PS_ERR_UNKNOWN, false, "failed to fit focus/fwhm trend; invalid image data?"); 16 15 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
