ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/brains/MoleculeCreator.hpp
(Generate patch)

Comparing branches/development/src/brains/MoleculeCreator.hpp (file contents):
Revision 1539 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1540 by gezelter, Mon Jan 17 21:34:36 2011 UTC

# Line 86 | Line 86 | namespace OpenMD {
86      virtual Inversion* createInversion(ForceField* ff, Molecule* mol,
87                                         InversionStamp* stamp);
88      virtual CutoffGroup* createCutoffGroup(Molecule* mol,
89 <                                           CutoffGroupStamp* stamp);
90 <    virtual CutoffGroup* createCutoffGroup(Molecule * mol, Atom* atom);
89 >                                           CutoffGroupStamp* stamp,
90 >                                           LocalIndexManager* localIndexMan);
91 >    virtual CutoffGroup* createCutoffGroup(Molecule * mol, Atom* atom,
92 >                                           LocalIndexManager* localIndexMan);
93      virtual void createConstraintPair(Molecule* mol);    
94      virtual void createConstraintElem(Molecule* mol);
95    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines