IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2005, 1:14:59 AM (21 years ago)
Author:
desonia
Message:

file reorganization.

File:
1 edited

Legend:

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

    r4547 r4550  
    99 *  @author Aaron Culliney, MHPCC
    1010 *
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-07-13 02:46:59 $
     11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-07-13 11:14:58 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    16001600        return 3;
    16011601    }
    1602     if(meta->list->n != 6) {
     1602    if(meta->list->size != 6) {
    16031603        psError(PS_ERR_UNKNOWN,true,"Number of cols = %d not as expected %d",
    1604                 meta->list->n,6);
     1604                meta->list->size,6);
    16051605        psDBDropTable(dbh,table);
    16061606        psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.