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

    r11686 r12431  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-02-07 23:52:53 $
     9 *  @version $Revision: 1.26 $ $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
     
    447447    case PS_TYPE_F64:
    448448        return 'D';
    449     case PS_TYPE_C32:
    450         return 'C';
    451     case PS_TYPE_C64:
    452         return 'M';
    453449    case PS_TYPE_BOOL:
    454450        return 'L';
Note: See TracChangeset for help on using the changeset viewer.