Changeset 7478
- Timestamp:
- Jun 9, 2006, 4:58:43 PM (20 years ago)
- Location:
- trunk/psModules/src/objects
- Files:
-
- 2 edited
-
pmModelGroup.c (modified) (3 diffs)
-
pmModelGroup.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmModelGroup.c
r6873 r7478 6 6 * @author EAM, IfA 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-0 4-17 18:10:08$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-06-10 02:58:43 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 76 76 } 77 77 78 void pmModelGroupInit (void) 79 { 78 bool pmModelGroupInit (void) 79 { 80 81 // if we do not need to init, return false; 82 if (models != NULL) 83 return false; 80 84 81 85 int Nnew = sizeof (defaultModels) / sizeof (pmModelGroup); … … 86 90 } 87 91 Nmodels = Nnew; 88 return ;92 return true; 89 93 } 90 94 -
trunk/psModules/src/objects/pmModelGroup.h
r6873 r7478 9 9 * @author EAM, IfA 10 10 * 11 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-0 4-17 18:10:08$11 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-06-10 02:58:43 $ 13 13 * 14 14 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 80 80 81 81 // initialize the internal (static) model group with the default models 82 voidpmModelGroupInit (void);82 bool pmModelGroupInit (void); 83 83 84 84 // free the internal (static) model group
Note:
See TracChangeset
for help on using the changeset viewer.
