IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:58:17 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmPSF_IO.c

    r11292 r11687  
    66 *  @author EAM, IfA
    77 *
    8  *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2007-01-26 00:05:18 $
     8 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2007-02-07 23:58:17 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8787    int nPar = psMetadataLookupS32 (&status, metadata, "PSF_MODEL_NPAR");
    8888    if (nPar != pmModelParameterCount (psf->type))
    89         psAbort ("read PSF" , "mismatch model par count");
     89        psAbort("mismatch model par count");
    9090
    9191    // un-fitted terms, not in the Metadata, are left NULL
Note: See TracChangeset for help on using the changeset viewer.