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

Comparing:
trunk/src/UseTheForce/ForceField.hpp (file contents), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/UseTheForce/ForceField.hpp (file contents), Revision 1467 by gezelter, Sat Jul 17 15:33:03 2010 UTC

# Line 138 | Line 138 | namespace OpenMD {
138      unsigned int getNAtomType() {
139        return atomTypeCont_.size();
140      }
141 +
142 +    AtomTypeContainer getAtomTypes() {
143 +      return atomTypeCont_;
144 +    }
145 +    
146 +    NonBondedInteractionTypeContainer getNonBondedInteractionTypes() {
147 +      return nonBondedInteractionTypeCont_;
148 +    }
149          
150      bool addAtomType(const std::string &at, AtomType* atomType);
151  

Comparing:
trunk/src/UseTheForce/ForceField.hpp (property svn:keywords), Revision 1390 by gezelter, Wed Nov 25 20:02:06 2009 UTC vs.
branches/development/src/UseTheForce/ForceField.hpp (property svn:keywords), Revision 1467 by gezelter, Sat Jul 17 15:33:03 2010 UTC

# Line 0 | Line 1
1 + Author Id Revision Date

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines