IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3036


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

* empty log message *

File:
1 edited

Legend:

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

    r3035 r3036  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-01-18 19:12:29 $
     8*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-01-18 19:14:04 $
    1010*
    1111*  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    870870                (!boolItem && ((row&0x01) == 0))) {
    871871            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));
    874874            return 23;
    875875        }
Note: See TracChangeset for help on using the changeset viewer.