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 1720 by tim, Sat Nov 6 05:21:55 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();
65 <        virtual Atom* createAtom();
66 <        virtual RigidBody* createRigidBody();
67 <        virtual Bond* createBond();
64 <        virtual Bend* createBend();
65 <        virtual Torsion* createTorsion();        
66 <        
67 <              
65 >            
66 >    private:
67 >        void compList(MakeStamps* stamps,SimInfo* info) ;
68   };
69  
70   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines