--- trunk/src/integrators/NPTxyz.cpp 2012/08/22 02:28:28 1782 +++ trunk/src/integrators/NPTxyz.cpp 2012/08/31 17:29:35 1792 @@ -112,7 +112,7 @@ namespace OpenMD { int i, j; Mat3x3d scaleMat; RealType scaleFactor; - RealType bigScale, smallScale, offDiagMax; + RealType bigScale, smallScale; Mat3x3d hm; Mat3x3d hmnew; @@ -123,7 +123,6 @@ namespace OpenMD { bigScale = 1.0; smallScale = 1.0; - offDiagMax = 0.0; for(i=0; i<3; i++){ for(j=0; j<3; j++){