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

    r10801 r11702  
    99    // find the currently selected readout
    1010    pmReadout *readout = pmFPAfileThisReadout (config->files, view, "PSPHOT.INPUT");
    11     if (readout == NULL) psAbort ("psphot", "input not defined");
     11    if (readout == NULL) psAbort("input not defined");
    1212
    1313    // select background pixels, from output background file, or create
    1414    pmReadout *background = pmFPAfileThisReadout (config->files, view, "PSPHOT.BACKGND");
    15     if (background == NULL) psAbort ("psphot", "background not defined");
     15    if (background == NULL) psAbort("background not defined");
    1616
    1717    // select the corresponding images
Note: See TracChangeset for help on using the changeset viewer.