Changeset 9730 for trunk/psModules/src/objects/pmSourceIO_CMF.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceIO_CMF.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceIO_CMF.c
r9653 r9730 3 3 * @author EAM, IfA 4 4 * 5 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 * @date $Date: 2006-10- 19 21:16:49$5 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2006-10-24 22:55:05 $ 7 7 * 8 8 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 float ZERO_POINT = psMetadataLookupF32 (&status, header, "ZERO_PT"); 51 51 52 table = psArrayAlloc (sources->n); 53 table->n = 0; 52 table = psArrayAllocEmpty (sources->n); 54 53 55 54 for (i = 0; i < sources->n; i++) { … … 130 129 131 130 psArray *sources = psArrayAlloc (table->n); 132 sources->n = table->n;133 131 134 132 // convert the table to the pmSource entries
Note:
See TracChangeset
for help on using the changeset viewer.
