Changeset 3036
- Timestamp:
- Jan 18, 2005, 9:14:05 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/fileUtils/tst_psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/fileUtils/tst_psFits.c
r3035 r3036 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01-18 19:1 2:29$8 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-18 19:14:04 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 870 870 (!boolItem && ((row&0x01) == 0))) { 871 871 psError(PS_ERR_UNKNOWN, true, 872 "Failed to retrieve psBool metadata item from file (row=%d). ",873 row );872 "Failed to retrieve psBool metadata item from file (row=%d). Got %d vs %d", 873 row, boolItem, ((row&0x01) == 0)); 874 874 return 23; 875 875 }
Note:
See TracChangeset
for help on using the changeset viewer.
