IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7980 for trunk/psLib/src


Ignore:
Timestamp:
Jul 25, 2006, 4:19:47 PM (20 years ago)
Author:
Paul Price
Message:

Setting size of vector.

File:
1 edited

Legend:

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

    r7885 r7980  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2006-07-13 01:29:37 $
     9 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-07-26 02:19:47 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    627627            size_t dataSize = PSELEMTYPE_SIZEOF(spec->type); // Size (in bytes) of this type
    628628            psVector *columnData = psVectorAlloc(table->n, spec->type); // The raw row data, to be written
     629            columnData->n = table->n;
    629630            psVectorInit(columnData, 0);
    630631            for (long i = 0; i < table->n; i++) {
Note: See TracChangeset for help on using the changeset viewer.