IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2005, 1:56:16 PM (21 years ago)
Author:
magnier
Message:

minor clarification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b1/psLib/src/fits/psFitsTable.c

    r5519 r5836  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-11-15 22:20:13 $
     9 *  @version $Revision: 1.2.6.1 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-12-23 23:56:16 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    623623
    624624    // find all the columns needed
    625     psArray* columns = psArrayAlloc(((psMetadata*)table->data[0])->list->n);
     625    psMetadata *row = table->data[0];
     626    psArray* columns = psArrayAlloc(row->list->n);
    626627    columns->n=0;
    627628
Note: See TracChangeset for help on using the changeset viewer.