Changeset 2116
- Timestamp:
- Oct 14, 2004, 7:58:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/tst_pmNonLinear.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/tst_pmNonLinear.c
r2115 r2116 5 5 * @author GLG, MHPCC 6 6 * 7 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2004-10-14 17:5 5:36$7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2004-10-14 17:58:32 $ 9 9 * 10 10 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 } 27 27 28 #define NUM_ROWS 32 29 #define NUM_COLS 32 28 30 int test00( void ) 29 31 { 30 psImage myImage = psImageAlloc(NUM_COLS, NUM_ROWS, PS_TYPE_F32);32 psImage *myImage = psImageAlloc(NUM_COLS, NUM_ROWS, PS_TYPE_F32); 31 33 psReadout *myReadout = psReadoutAlloc(NUM_COLS, NUM_ROWS, myImage); 32 34 for (i=0;i<NUM_ROWS;i++) { … … 37 39 return 0; 38 40 } 39 // is the way41 //This code will use the psNonLinearLookup routines.
Note:
See TracChangeset
for help on using the changeset viewer.
