| # | Line 79 | Line 79 | void NPTi::moveA() { | |
|---|---|---|
| 79 | ||
| 80 | // Scale the box after all the positions have been moved: | |
| 81 | ||
| 82 | < | info->scaleBox(dt*eta); |
| 82 | > | info->scaleBox(exp(dt*eta)); |
| 83 | ||
| 84 | if( atoms[i]->isDirectional() ){ | |
| 85 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |