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

Comparing branches/new_design/OOPSE-4/src/brains/SimCreator.hpp (file contents):
Revision 1737 by tim, Fri Nov 12 17:40:03 2004 UTC vs.
Revision 1738 by tim, Sat Nov 13 05:08:12 2004 UTC

# Line 45 | Line 45 | namespace oopse {
45  
46   /**
47   * @class SimCreator SimCreator.hpp "brains/SimCreator.hpp"
48 < * @brief
48 > * The only responsibility of SimCreator is to parse the meta-data file and create a SimInfo
49 > * instance based on the information returned by parser.
50   */
51   class SimCreator {
52      public:
# Line 90 | Line 91 | class SimCreator {
91          /** Extracts the molecules stamps and adds them into SimInfo class */
92          void compList(MakeStamps* stamps,  Globals* globals,
93                                       std::vector<std::pair<MoleculeStamp*, int> >& moleculeStamps) ;
93
94        /** Initialize fortran, mainly set the cutoff radius and setup*/
95        void initFortran(SimInfo* info);
96
97        /** Figure out the cutoff radius and pass it to fortran */
98        void setCutoff(SimInfo* info);
94          
95          std::string mdFileName_;  //save the meta-data file name which may be used later
96   };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines