Changeset 5722
- Timestamp:
- Dec 7, 2005, 8:55:28 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_rel8_b2/psModules/src/objects/pmModelGroup.h
r5255 r5722 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.1.8.1 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2005-12-07 18:55:28 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 17 17 #include "pmObjects.h" 18 18 #include "pmPSF.h" 19 19 20 /** 20 21 * … … 209 210 pmModelGroup; 210 211 212 // allocate a pmModelGroup to hold nModels entries 213 pmModelGroup *pmModelGroupAlloc (int nModels); 214 215 // initialize the internal (static) model group with the default models 216 void pmModelGroupInit (void); 217 218 // add a new model to the internal (static) model group 219 void pmModelGroupAdd (pmModelGroup *model); 220 211 221 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
