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 1713 by tim, Fri Nov 5 02:56:22 2004 UTC vs.
Revision 1725 by tim, Wed Nov 10 22:01:06 2004 UTC

# Line 60 | Line 60 | class SimCreator {
60          void mpiMolDivide( void );
61   #endif //is_mpi
62          
63        virtual ForceField* createForceField();
63          virtual Molecule* createMolecule();
64 <        virtual Atom* createAtom();
65 <        virtual RigidBody* createRigidBody();
67 <        virtual Bond* createBond();
68 <        virtual Bend* createBend();
69 <        virtual Torsion* createTorsion();        
64 >
65 >        void setGlobalIndices();
66              
67 <              
67 >    private:
68 >        void compList(MakeStamps* stamps,SimInfo* info) ;
69   };
70  
71   } //end namespace oopse

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines