IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 5:52:32 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

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

    r11381 r11702  
    2727    char *region = psMetadataLookupStr (&status, recipe, "ANALYSIS_REGION");
    2828    psRegion AnalysisRegion = psRegionForImage (readout->image, psRegionFromString (region));
    29     if (psRegionIsNaN (AnalysisRegion)) psAbort ("psphot", "analysis region mis-defined");
     29    if (psRegionIsNaN (AnalysisRegion)) psAbort("analysis region mis-defined");
    3030
    3131    for (int i = 0; i < sources->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.