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 1530 by gezelter, Tue Dec 28 21:47:55 2010 UTC

# Line 65 | Line 65
65   #include "types/TorsionType.hpp"
66   #include "types/InversionType.hpp"
67   #include "types/NonBondedInteractionType.hpp"
68 #include "UseTheForce/fForceOptions.h"
68   namespace OpenMD {
69  
70    /**
# Line 138 | Line 137 | namespace OpenMD {
137      unsigned int getNAtomType() {
138        return atomTypeCont_.size();
139      }
140 +
141 +    AtomTypeContainer* getAtomTypes() {
142 +      return &atomTypeCont_;
143 +    }
144 +    
145 +    NonBondedInteractionTypeContainer* getNonBondedInteractionTypes() {
146 +      return &nonBondedInteractionTypeCont_;
147 +    }
148          
149      bool addAtomType(const std::string &at, AtomType* atomType);
150  

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 1530 by gezelter, Tue Dec 28 21:47:55 2010 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines