Index: /branches/eam_rel8_b2/psModules/src/objects/pmModelGroup.h
===================================================================
--- /branches/eam_rel8_b2/psModules/src/objects/pmModelGroup.h	(revision 5721)
+++ /branches/eam_rel8_b2/psModules/src/objects/pmModelGroup.h	(revision 5722)
@@ -9,6 +9,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-10-10 19:53:40 $
+ *  @version $Revision: 1.1.8.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-12-07 18:55:28 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -17,4 +17,5 @@
 #include "pmObjects.h"
 #include "pmPSF.h"
+
 /**
  * 
@@ -209,3 +210,12 @@
 pmModelGroup;
 
+// allocate a pmModelGroup to hold nModels entries
+pmModelGroup *pmModelGroupAlloc (int nModels);
+
+// initialize the internal (static) model group with the default models
+void pmModelGroupInit (void);
+
+// add a new model to the internal (static) model group
+void pmModelGroupAdd (pmModelGroup *model);
+
 # endif
