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

Location:
trunk/psLib/test/dataIO
Files:
2 edited

Legend:

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

    r4427 r4457  
    99 *  @author Aaron Culliney, MHPCC
    1010 *
    11  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-06-29 19:39:56 $
     11 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-07-06 03:04:35 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    16001600        return 3;
    16011601    }
    1602     if(meta->list->size != 6) {
     1602    if(meta->list->n != 6) {
    16031603        psError(PS_ERR_UNKNOWN,true,"Number of cols = %d not as expected %d",
    1604                 meta->list->size,6);
     1604                meta->list->n,6);
    16051605        psDBDropTable(dbh,table);
    16061606        psDBCleanup(dbh);
  • 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.