Changeset 9730 for trunk/psModules/src/config/pmConfig.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/config/pmConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/pmConfig.c
r9591 r9730 4 4 * @author EAM (IfA) 5 5 * 6 * @version $Revision: 1. 49$ $Name: not supported by cvs2svn $7 * @date $Date: 2006-10- 17 01:25:22$6 * @version $Revision: 1.50 $ $Name: not supported by cvs2svn $ 7 * @date $Date: 2006-10-24 22:55:05 $ 8 8 * 9 9 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 883 883 884 884 // we load all input files onto a psArray, to be parsed later 885 psArray *input = psArrayAlloc (16); 886 input->n = 0; 885 psArray *input = psArrayAllocEmpty(16); 887 886 888 887 // load the list of filenames the supplied file
Note:
See TracChangeset
for help on using the changeset viewer.
