IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30041


Ignore:
Timestamp:
Dec 15, 2010, 11:12:22 AM (15 years ago)
Author:
bills
Message:

don't clear the error stack if the last model fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotChoosePSF.c

    r29936 r30041  
    249249        if (!try) {
    250250            // No big deal --- we'll try another model
    251             psErrorClear();
     251            if (i < modelNames->n - 1) {
     252                psErrorClear();
     253            }
    252254            continue;
    253255        }
Note: See TracChangeset for help on using the changeset viewer.