IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2010, 8:36:51 AM (15 years ago)
Author:
eugene
Message:

handle modified api for psImageMapClipFit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psModules/src/objects/pmTrend2D.c

    r25754 r30020  
    188188    PS_ASSERT_VECTOR_NON_NULL(f, false);
    189189
    190     bool status;
     190    bool status = false;
     191    bool goodFit = false;
     192
    191193    switch (trend->mode) {
    192194      case PM_TREND_POLY_ORD:
     
    201203        // XXX supply fraction from trend elements
    202204        // 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);
    204206        break;
    205207
Note: See TracChangeset for help on using the changeset viewer.