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

    r10096 r11702  
    7474    // for this test, require a single model
    7575    psMetadataItem *mdi = psMetadataLookup (recipe, "PSF_MODEL");
    76     if (mdi == NULL) psAbort ("psphotChoosePSF", "missing PSF_MODEL selection");
    77     if (mdi->type != PS_DATA_STRING) psAbort ("psphotChoosePSF", "choose a single PSF_MODEL");
     76    if (mdi == NULL) psAbort("missing PSF_MODEL selection");
     77    if (mdi->type != PS_DATA_STRING) psAbort("choose a single PSF_MODEL");
    7878    modelName = mdi->data.V;
    7979
     
    9595    pmModelType type = pmModelSetType (modelName);
    9696    pmPSF *psf = pmPSFAlloc (type, poissonErrors, psfTrendMask);
    97     if (psf == NULL) psAbort ("psphotTestPSF", "unknown model");
     97    if (psf == NULL) psAbort("unknown model");
    9898
    9999    FILE *f = fopen ("params.dat", "w");
Note: See TracChangeset for help on using the changeset viewer.