Changeset 7980
- Timestamp:
- Jul 25, 2006, 4:19:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/fits/psFitsTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/fits/psFitsTable.c
r7885 r7980 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 5$ $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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 627 627 size_t dataSize = PSELEMTYPE_SIZEOF(spec->type); // Size (in bytes) of this type 628 628 psVector *columnData = psVectorAlloc(table->n, spec->type); // The raw row data, to be written 629 columnData->n = table->n; 629 630 psVectorInit(columnData, 0); 630 631 for (long i = 0; i < table->n; i++) {
Note:
See TracChangeset
for help on using the changeset viewer.
