Changeset 30020
- Timestamp:
- Dec 11, 2010, 8:36:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psModules/src/objects/pmTrend2D.c
r25754 r30020 188 188 PS_ASSERT_VECTOR_NON_NULL(f, false); 189 189 190 bool status; 190 bool status = false; 191 bool goodFit = false; 192 191 193 switch (trend->mode) { 192 194 case PM_TREND_POLY_ORD: … … 201 203 // XXX supply fraction from trend elements 202 204 // XXX need to add the API which adjusts the scale 203 status = psImageMapClipFit( trend->map, trend->stats, mask, maskVal, x, y, f, df);205 status = psImageMapClipFit(&goodFit, trend->map, trend->stats, mask, maskVal, x, y, f, df); 204 206 break; 205 207
Note:
See TracChangeset
for help on using the changeset viewer.
