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

Comparing trunk/src/nonbonded/RepulsivePower.cpp (file contents):
Revision 1895 by gezelter, Mon Jul 1 21:09:37 2013 UTC vs.
Revision 2031 by jmichalk, Fri Oct 31 18:40:40 2014 UTC

# Line 140 | Line 140 | namespace OpenMD {
140    void RepulsivePower::calcForce(InteractionData &idat) {
141  
142      if (!initialized_) initialize();
143 <
143 >    
144      RPInteractionData &mixer = MixingMap[RPtids[idat.atid1]][RPtids[idat.atid2]];
145      RealType sigmai = mixer.sigmai;
146      RealType epsilon = mixer.epsilon;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines