IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 22, 2007, 11:47:29 AM (19 years ago)
Author:
Paul Price
Message:

Fixing error type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.c

    r10999 r11998  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-01-09 22:38:52 $
     9 *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-02-22 21:47:29 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    161161            ;
    162162            fits_get_errstatus(status, fitsErr);
    163             psError(PS_ERR_BAD_PARAMETER_VALUE, true,
     163            psError(PS_ERR_IO, true,
    164164                    _("Could not open file,'%s'. CFITSIO Error: %s"),
    165165                    name, fitsErr);
Note: See TracChangeset for help on using the changeset viewer.