ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/nonbonded/LJ.cpp
(Generate patch)

Comparing trunk/src/nonbonded/LJ.cpp (file contents):
Revision 2017 by gezelter, Tue Sep 2 18:31:44 2014 UTC vs.
Revision 2069 by gezelter, Thu Mar 5 16:30:23 2015 UTC

# Line 136 | Line 136 | namespace OpenMD {
136  
137    void LJ::addType(AtomType* atomType){
138      LennardJonesAdapter lja1 = LennardJonesAdapter(atomType);
139
140    RealType sigma1 = lja1.getSigma();
141    RealType epsilon1 = lja1.getEpsilon();
139      
140      // add it to the map:
141      int atid = atomType->getIdent();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines