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/psphotWeightBias.c

    r11200 r11702  
    3434    char *region = psMetadataLookupStr (&status, recipe, "ANALYSIS_REGION");
    3535    psRegion AnalysisRegion = psRegionForImage (readout->image, psRegionFromString (region));
    36     if (psRegionIsNaN (AnalysisRegion)) psAbort ("psphot", "analysis region mis-defined");
     36    if (psRegionIsNaN (AnalysisRegion)) psAbort("analysis region mis-defined");
    3737
    3838    FILE *f = fopen ("bias.dat", "w");
    39     if (f == NULL) psAbort ("psphot", "can't open output file");
     39    if (f == NULL) psAbort("can't open output file");
    4040
    4141    for (int i = 0; i < sources->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.