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

Comparing branches/development/src/nonbonded/LJ.cpp (file contents):
Revision 1583 by gezelter, Thu Jun 16 22:00:08 2011 UTC vs.
Revision 1587 by gezelter, Fri Jul 8 20:25:32 2011 UTC

# Line 242 | Line 242 | namespace OpenMD {
242    void LJ::calcForce(InteractionData &idat) {
243      
244      if (!initialized_) initialize();
245 <    
245 >
246      map<pair<AtomType*, AtomType*>, LJInteractionData>::iterator it;
247      it = MixingMap.find( idat.atypes );
248      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines