Index: trunk/psLib/test/sys/tap_psMemory.c
===================================================================
--- trunk/psLib/test/sys/tap_psMemory.c	(revision 12208)
+++ trunk/psLib/test/sys/tap_psMemory.c	(revision 12431)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2007-02-06 20:31:57 $
+*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-03-14 00:39:51 $
 *
 *  XXXX: Several tests fail with an Abort and are commented out.
@@ -726,6 +726,6 @@
 
     psScalar *scalar;
-    psC64 c64 = 1.1 + 7I;
-    scalar = psScalarAlloc(c64, PS_TYPE_F64);
+    psF64 f64 = 1.1;
+    scalar = psScalarAlloc(f64, PS_TYPE_F64);
     okay = psMemCheckType(PS_DATA_SCALAR, scalar);
     if ( ! okay )
