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 1821 by gezelter, Mon Jan 7 20:05:43 2013 UTC vs.
Revision 1825 by gezelter, Wed Jan 9 19:27:52 2013 UTC

# Line 1308 | Line 1308 | namespace OpenMD {
1308   #endif
1309  
1310      RealType rList_ = (largestRcut_ + skinThickness_);
1311    RealType rl2 = rList_ * rList_;
1311      Snapshot* snap_ = sman_->getCurrentSnapshot();
1312      Mat3x3d Hmat = snap_->getHmat();
1313      Vector3d Hx = Hmat.getColumn(0);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines