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/test/sys/tap_psMemory.c

    r11665 r12431  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2007-02-06 20:31:57 $
     8*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2007-03-14 00:39:51 $
    1010*
    1111*  XXXX: Several tests fail with an Abort and are commented out.
     
    726726
    727727    psScalar *scalar;
    728     psC64 c64 = 1.1 + 7I;
    729     scalar = psScalarAlloc(c64, PS_TYPE_F64);
     728    psF64 f64 = 1.1;
     729    scalar = psScalarAlloc(f64, PS_TYPE_F64);
    730730    okay = psMemCheckType(PS_DATA_SCALAR, scalar);
    731731    if ( ! okay )
Note: See TracChangeset for help on using the changeset viewer.