IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2005, 5:04:35 PM (21 years ago)
Author:
drobbin
Message:

made changes based on revisions in psLib SDRS rev. 15

File:
1 edited

Legend:

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

    r4193 r4457  
    66*  @author Robert DeSonia, MHPCC
    77*
    8 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-06-09 21:17:45 $
     8*  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-07-06 03:04:35 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    650650        }
    651651
    652         if (header->list->size < 1 || header->list->size != header2->list->size) {
     652        if (header->list->n < 1 || header->list->n != header2->list->n) {
    653653            psError(PS_ERR_UNKNOWN, true,
    654654                    "Reading the header given a NULL input psMetadata differed "
Note: See TracChangeset for help on using the changeset viewer.