ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/brains/SimCreator.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-2.0/src/brains/SimCreator.hpp (file contents):
Revision 1840 by tim, Tue Nov 30 22:43:51 2004 UTC vs.
Revision 1841 by tim, Fri Dec 3 17:59:45 2004 UTC

# Line 68 | Line 68 | class SimCreator {
68           * Parses the meta-data file
69           * @param mdfile
70           * @param stamps
71 <         * @param globals
71 >         * @param simParams
72           */
73 <        void parseFile(const std::string mdFileName,  MakeStamps* stamps, Globals* globals);
73 >        void parseFile(const std::string mdFileName,  MakeStamps* stamps, Globals* simParams);
74  
75  
76          /** create the molecules belong to current processor*/
# Line 88 | Line 88 | class SimCreator {
88  
89          
90          /** Extracts the molecules stamps and adds them into SimInfo class */
91 <        void compList(MakeStamps* stamps,  Globals* globals,
91 >        void compList(MakeStamps* stamps,  Globals* simParams,
92                                       std::vector<std::pair<MoleculeStamp*, int> >& moleculeStamps) ;
93  
94          /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines