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

Comparing branches/development/src/integrators/NPTxyz.cpp (file contents):
Revision 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC vs.
Revision 1767 by gezelter, Fri Jul 6 22:01:58 2012 UTC

# Line 109 | Line 109 | namespace OpenMD {
109      
110    void NPTxyz::scaleSimBox(){
111  
112 <    int i,j,k;
112 >    int i, j;
113      Mat3x3d scaleMat;
114 <    RealType eta2ij, scaleFactor;
114 >    RealType scaleFactor;
115      RealType bigScale, smallScale, offDiagMax;
116      Mat3x3d hm;
117      Mat3x3d hmnew;
118  
119
120
119      // Scale the box after all the positions have been moved:
120  
121      // Use a taylor expansion for eta products:  Hmat = Hmat . exp(dt * etaMat)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines