IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3033


Ignore:
Timestamp:
Jan 18, 2005, 9:09:59 AM (22 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataIO/tst_psFits.c

    r3032 r3033  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-01-18 19:08:20 $
     8*  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-01-18 19:09:59 $
    1010*
    1111*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    867867        }
    868868
    869         if (boolItem != (row%2 == 0)) {
     869        if (boolItem != ((row&0x01) == 0)) {
    870870            psError(PS_ERR_UNKNOWN, true,
    871871                    "Failed to retrieve psBool metadata item from file (row=%d).",
Note: See TracChangeset for help on using the changeset viewer.