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 1734 by tim, Fri Nov 12 06:19:04 2004 UTC vs.
Revision 1735 by tim, Fri Nov 12 17:40:03 2004 UTC

# Line 77 | Line 77 | class SimCreator {
77          /** create the molecules belong to current processor*/
78          virtual void createMolecules();
79  
80 <        /** Sets the global index for atoms, rigidbodies and cutoff groups */
80 >        /**
81 >         * Sets the global index for atoms, rigidbodies and cutoff groups and fill up
82 >         * globalGroupMembership and globalMolMembership arrays which map atoms'
83 >         * global index to the global index of the groups (or molecules) they belong to.
84 >         * These array are never changed during the simulation.
85 >         */
86          void setGlobalIndex();
87              
88      private:
# Line 89 | Line 94 | class SimCreator {
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);
99 +        
100          std::string mdFileName_;  //save the meta-data file name which may be used later
101   };
102  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines