Changeset 12431 for trunk/psLib/test/sys/tap_psMemory.c
- Timestamp:
- Mar 13, 2007, 2:39:51 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sys/tap_psMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sys/tap_psMemory.c
r11665 r12431 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 2-06 20:31:57$8 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-14 00:39:51 $ 10 10 * 11 11 * XXXX: Several tests fail with an Abort and are commented out. … … 726 726 727 727 psScalar *scalar; 728 ps C64 c64 = 1.1 + 7I;729 scalar = psScalarAlloc( c64, PS_TYPE_F64);728 psF64 f64 = 1.1; 729 scalar = psScalarAlloc(f64, PS_TYPE_F64); 730 730 okay = psMemCheckType(PS_DATA_SCALAR, scalar); 731 731 if ( ! okay )
Note:
See TracChangeset
for help on using the changeset viewer.
