Changeset 3034 for trunk/psLib/test/fileUtils/tst_psFits.c
- Timestamp:
- Jan 18, 2005, 9:12:29 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
r3032 r3034 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01-18 19:0 8:20$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-18 19:09:59 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 867 867 } 868 868 869 if (boolItem != ( row%2== 0)) {869 if (boolItem != ((row&0x01) == 0)) { 870 870 psError(PS_ERR_UNKNOWN, true, 871 871 "Failed to retrieve psBool metadata item from file (row=%d).",
Note:
See TracChangeset
for help on using the changeset viewer.
