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

Comparing trunk/OOPSE-2.0/src/brains/SimCreator.hpp (file contents):
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC

# Line 53 | Line 53
53  
54   #include "primitives/Molecule.hpp"
55   #include "brains/SimInfo.hpp"
56 #include "types/MakeStamps.hpp"
56   #include "io/Globals.hpp"
57   #include "UseTheForce/ForceField.hpp"
58  
60 // this routine is defined in BASS_interface.cpp
61 //another OOPS
62 extern void set_interface_stamps( MakeStamps* ms, Globals* g );
63
59   namespace oopse {
60  
61    /**
# Line 85 | Line 80 | namespace oopse {
80      /**
81       * Parses the meta-data file
82       * @param mdfile
83 <     * @param stamps
89 <     * @param simParams
83 >     * @return simParams
84       */
85 <    void parseFile(const std::string mdFileName,  MakeStamps* stamps, Globals* simParams);
85 >    Globals*  parseFile(const std::string mdFileName);
86  
87  
88      /** create the molecules belong to current processor*/
# Line 103 | Line 97 | namespace oopse {
97      void setGlobalIndex(SimInfo* info);
98  
99      void gatherParameters(SimInfo *info, const std::string& mdfile);            
106
100          
108    /** Extracts the molecules stamps and adds them into SimInfo class */
109    void compList(MakeStamps* stamps,  Globals* simParams,
110                  std::vector<std::pair<MoleculeStamp*, int> >& moleculeStamps) ;
111
101      /**
102       * Divide the molecules among the processors
103       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines