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

Comparing branches/development/src/UseTheForce/ForceField.hpp (file contents):
Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines