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

Comparing branches/development/src/parallel/ForceMatrixDecomposition.cpp (file contents):
Revision 1820 by gezelter, Wed Oct 3 14:20:07 2012 UTC vs.
Revision 1821 by gezelter, Mon Jan 7 20:05:43 2013 UTC

# Line 1186 | Line 1186 | namespace OpenMD {
1186        idat.A1 = &(snap_->atomData.aMat[atom1]);
1187        idat.A2 = &(snap_->atomData.aMat[atom2]);
1188      }
1189 +
1190 +    RealType ct = dot(idat.A1->getColumn(2), idat.A2->getColumn(2));
1191  
1192      if (storageLayout_ & DataStorage::dslTorque) {
1193        idat.t1 = &(snap_->atomData.torque[atom1]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines