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_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);
Note: See TracChangeset for help on using the changeset viewer.