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

    r11303 r11687  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-01-26 04:40:42 $
     5 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2007-02-07 23:58:17 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    494494            dataname = pmFPAfileNameFromRule (file->extrule, file, view);
    495495            if (!dataname)
    496                 psAbort ("pmSourceIO", "cannot determine data EXTNAME");
     496                psAbort("cannot determine data EXTNAME");
    497497        }
    498498        if (!psFitsMoveExtName (file->fits, dataname)) {
    499             psAbort ("pmSourceIO", "cannot find data extension %s in %s", dataname, file->filename);
     499            psAbort("cannot find data extension %s in %s", dataname, file->filename);
    500500        }
    501501        sources = pmSourcesReadCMF (file->fits, hdu->header);
Note: See TracChangeset for help on using the changeset viewer.