IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 13, 2007, 2:39:51 PM (19 years ago)
Author:
Paul Price
Message:

Removing complex number support. No-one was using it, and it prevents compilation on Solaris.

File:
1 edited

Legend:

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

    r11998 r12431  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-02-22 21:47:29 $
     9 *  @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-03-14 00:39:50 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    524524    case TDOUBLE:
    525525        return PS_TYPE_F64;
    526     case TCOMPLEX:
    527         return PS_TYPE_C32;
    528     case TDBLCOMPLEX:
    529         return PS_TYPE_C64;
    530526    case TLOGICAL:
    531527        return PS_TYPE_BOOL;
Note: See TracChangeset for help on using the changeset viewer.