| # | Line 106 | Line 106 | namespace OpenMD { | |
|---|---|---|
| 106 | ||
| 107 | void NPTsz::scaleSimBox(){ | |
| 108 | ||
| 109 | < | int i,j,k; |
| 109 | > | int i, j; |
| 110 | Mat3x3d scaleMat; | |
| 111 | < | RealType eta2ij, scaleFactor; |
| 111 | > | RealType scaleFactor; |
| 112 | RealType bigScale, smallScale, offDiagMax; | |
| 113 | Mat3x3d hm; | |
| 114 | Mat3x3d hmnew; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |