IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2005, 4:33:54 PM (21 years ago)
Author:
desonia
Message:

fixed some dropped changes of last week.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fits/psFits.c

    r4540 r4556  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-07-12 19:12:01 $
     9 *  @version $Revision: 1.41 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-07-15 02:33:54 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    14741474
    14751475    // find all the columns needed
    1476     psArray* columns = psArrayAlloc(((psMetadata*)table->data[0])->list->size);
     1476    psArray* columns = psArrayAlloc(((psMetadata*)table->data[0])->list->n);
    14771477    columns->n=0;
    14781478
Note: See TracChangeset for help on using the changeset viewer.