| # | 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 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |