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

Comparing trunk/src/nonbonded/InteractionManager.cpp (file contents):
Revision 2004 by gezelter, Tue Sep 24 13:52:54 2013 UTC vs.
Revision 2005 by gezelter, Wed Jun 11 18:37:56 2014 UTC

# Line 371 | Line 371 | namespace OpenMD {
371        atid1 = atype1->getIdent();
372        for (jt = it; jt != simTypes.end(); ++jt) {
373          atype2 = (*jt);
374 <        atid1 = atype1->getIdent();
374 >        atid2 = atype2->getIdent();
375          
376          if (interactions_[atid1][atid2].size() == 0) {
377            sprintf( painCave.errMsg,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines