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

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1591 by gezelter, Tue Jul 12 15:25:07 2011 UTC vs.
Revision 1592 by gezelter, Tue Jul 12 20:33:14 2011 UTC

# Line 651 | Line 651 | namespace OpenMD {
651                    fDecomp_->unpackInteractionData(idat, atom1, atom2);
652                    vij += vpair;
653                    fij += f1;
654 +                  cerr << "ats = " << atom1 << " " << atom2 << "d = " << *(idat.d) << " f1 = " << f1 << "\n";
655                    tau -= outProduct( *(idat.d), f1);
656                  }
657                }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines