Changeset 5836
- Timestamp:
- Dec 23, 2005, 1:56:16 PM (21 years ago)
- File:
-
- 1 edited
-
branches/eam_rel9_b1/psLib/src/fits/psFitsTable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel9_b1/psLib/src/fits/psFitsTable.c
r5519 r5836 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $10 * @date $Date: 2005-1 1-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 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 623 623 624 624 // 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); 626 627 columns->n=0; 627 628
Note:
See TracChangeset
for help on using the changeset viewer.
