Changeset 3034
- Timestamp:
- Jan 18, 2005, 9:12:29 AM (22 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 2 edited
-
dataIO/tst_psFits.c (modified) (2 diffs)
-
fileUtils/tst_psFits.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataIO/tst_psFits.c
r3033 r3034 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01-18 19: 09:59 $8 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-18 19:12:29 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 867 867 } 868 868 869 if (boolItem != ((row&0x01) == 0)) { 869 if ( (boolItem && !((row&0x01) == 0)) || 870 (!boolItem && ((row&0x01) == 0))) { 870 871 psError(PS_ERR_UNKNOWN, true, 871 872 "Failed to retrieve psBool metadata item from file (row=%d).", -
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.
