IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5731


Ignore:
Timestamp:
Dec 7, 2005, 10:16:22 AM (21 years ago)
Author:
magnier
Message:

added
pmModelGroup *pmModelGroupAlloc (int nModels);
void pmModelGroupInit (void);
void pmModelGroupAdd (pmModelGroup *model);

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_rel9_b0/psModules/src/objects/pmModelGroup.h

    r5255 r5731  
    99 *  @author EAM, IfA
    1010 *
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-10-10 19:53:40 $
     11 *  @version $Revision: 1.1.12.1 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-12-07 20:16:22 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    209209pmModelGroup;
    210210
     211// allocate a pmModelGroup to hold nModels entries
     212pmModelGroup *pmModelGroupAlloc (int nModels);
     213
     214// initialize the internal (static) model group with the default models
     215void pmModelGroupInit (void);
     216
     217// add a new model to the internal (static) model group
     218void pmModelGroupAdd (pmModelGroup *model);
     219
    211220# endif
Note: See TracChangeset for help on using the changeset viewer.