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

Comparing branches/new_design/OOPSE-3.0/src/brains/SimCreator.hpp (file contents):
Revision 1712 by tim, Thu Nov 4 20:55:01 2004 UTC vs.
Revision 1719 by tim, Fri Nov 5 23:38:27 2004 UTC

# Line 55 | Line 55 | class SimCreator {
55      protected:
56          
57          void parseFile(char* mdfile,  MakeStamps* stamps, Globals* globals);
58 +
59 + #ifdef IS_MPI
60 +        void mpiMolDivide( void );
61 + #endif //is_mpi
62          
63          virtual ForceField* createForceField();
64          virtual Molecule* createMolecule();
# Line 63 | Line 67 | class SimCreator {
67          virtual Bond* createBond();
68          virtual Bend* createBend();
69          virtual Torsion* createTorsion();        
70 <        
71 <              
70 >            
71 >    private:
72 >        compList(MakeStamps* stamps,SimInfo* info) ;
73   };
74  
75   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines