Changeset 2808 for trunk/psLib/test/fileUtils/tst_psLookupTable_01.c
- Timestamp:
- Dec 23, 2004, 9:38:38 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fileUtils/tst_psLookupTable_01.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fileUtils/tst_psLookupTable_01.c
r2706 r2808 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $15 * @date $Date: 2004-12- 13 22:32:02$14 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2004-12-23 19:38:38 $ 16 16 * 17 17 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 65 65 printf("ERROR: Incorrect value, %lf. Expected %lf\n", out2->data.F64[i], truthData2[i]); 66 66 } else if(status1 != PS_LOOKUP_SUCCESS) { 67 printf("ERROR: Bad return status, %d for column %lld\n", stats2->data.U32[i], i);67 printf("ERROR: Bad return status, %d for column %lld\n", stats2->data.U32[i], (long long int)i); 68 68 } 69 69 }
Note:
See TracChangeset
for help on using the changeset viewer.
