Changeset 5844 for trunk/psModules/src/objects/pmModelGroup.h
- Timestamp:
- Dec 23, 2005, 3:24:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmModelGroup.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModelGroup.h
r5255 r5844 9 9 * @author EAM, IfA 10 10 * 11 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2005-1 0-10 19:53:40$11 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-12-24 01:24:32 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 209 209 pmModelGroup; 210 210 211 // allocate a pmModelGroup to hold nModels entries 212 pmModelGroup *pmModelGroupAlloc (int nModels); 213 214 // initialize the internal (static) model group with the default models 215 void pmModelGroupInit (void); 216 217 // add a new model to the internal (static) model group 218 void pmModelGroupAdd (pmModelGroup *model); 219 211 220 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
