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 1712 by tim, Thu Nov 4 20:55:01 2004 UTC vs.
Revision 1713 by tim, Fri Nov 5 02:56:22 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 <        
70 >            
71                
72   };
73  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines