Changeset 2310
- Timestamp:
- Nov 8, 2004, 3:23:57 PM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
dataIO/tst_psLookupTable_01.c (modified) (2 diffs)
-
fileUtils/tst_psLookupTable_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/tst_psLookupTable_01.c
r2306 r2310 17 17 * @author Ross Harman, MHPCC 18 18 * 19 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $20 * @date $Date: 2004-11-09 0 0:49:37 $19 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2004-11-09 01:23:57 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 int main(int argc, char* argv[]) 33 33 { 34 ps MaskType status1 = 0;34 psLookupStatusType status1 = 0; 35 35 psF64 index1 = 2450905.0; 36 36 psF64 out1 = 0.0; -
trunk/psLib/test/fileUtils/tst_psLookupTable_01.c
r2306 r2310 17 17 * @author Ross Harman, MHPCC 18 18 * 19 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $20 * @date $Date: 2004-11-09 0 0:49:37 $19 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 20 * @date $Date: 2004-11-09 01:23:57 $ 21 21 * 22 22 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 int main(int argc, char* argv[]) 33 33 { 34 ps MaskType status1 = 0;34 psLookupStatusType status1 = 0; 35 35 psF64 index1 = 2450905.0; 36 36 psF64 out1 = 0.0;
Note:
See TracChangeset
for help on using the changeset viewer.
