IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2005, 3:12:58 PM (21 years ago)
Author:
desonia
Message:

Removed PS_TYPE_PTR from psElemType, as per latest SDRS.

File:
1 edited

Legend:

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

    r3661 r3671  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-04-05 19:33:30 $
     9 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-04-06 01:12:58 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2727#define MAX_STRING_LENGTH 256  // maximum length string for FITS routines
    2828
     29// list of FITS header keys to ignore.
    2930static char* standardFitsKeys[] = {
    3031                                      NULL
     
    7273                "Unknown FITS datatype, %d.",
    7374                datatype);
    74         return PS_TYPE_PTR;
     75        return 0;
    7576    }
    7677}
Note: See TracChangeset for help on using the changeset viewer.