IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2011, 2:35:50 PM (15 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/imcombine/pmSubtractionStamps.c

    r30703 r30813  
    913913        psFree (norm2);
    914914        return false;
     915    }
     916
     917    if (!isfinite(R1) || !isfinite(R2)) {
     918        psError(PM_ERR_STAMPS, true, "Kron Radii are not finite (failure to converge).");
     919        psFree (stats);
     920        psFree (flux1);
     921        psFree (flux2);
     922        psFree (norm1);
     923        psFree (norm2);
     924        return false;
    915925    }
    916926
Note: See TracChangeset for help on using the changeset viewer.