Changeset 12196
- Timestamp:
- Mar 2, 2007, 3:25:22 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/mathtypes/tap_psImage.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/tap_psImage.c
r11402 r12196 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 1-30 00:52:07$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-03-03 01:25:22 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 343 343 int nCol = 1; 344 344 in1 = psImageAlloc(nRow, nCol, PS_TYPE_U8); 345 ok ( psImageInit(in1, -1),345 ok ( psImageInit(in1, 5 ), 346 346 "ImageAlloc. U8 Case - 1x1\n"); 347 348 347 nRow = 5; 349 348 in2 = psImageAlloc(nRow, nCol, PS_TYPE_F32); … … 353 352 nCol = 5; 354 353 in3 = psImageAlloc(nRow, nCol, PS_TYPE_F64); 355 ok ( psImageInit(in3, 3.14 1),354 ok ( psImageInit(in3, 3.14), 356 355 "ImageAlloc. F64 Case - 5x5\n"); 357 356
Note:
See TracChangeset
for help on using the changeset viewer.
