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

Comparing branches/new_design/OOPSE-2.0/src/brains/SimCreator.hpp (file contents):
Revision 1719 by tim, Fri Nov 5 23:38:27 2004 UTC vs.
Revision 1720 by tim, Sat Nov 6 05:21:55 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines