| # | Line 510 | Line 510 | void SimInfo::checkCutOffs( void ){ | |
|---|---|---|
| 510 | "\tCurrent Value of LJrcut = %G at time %G\n " | |
| 511 | "\tThis is larger than half of at least one of the\n" | |
| 512 | "\tperiodic box vectors. Right now, the Box matrix is:\n" | |
| 513 | < | "\n, %G" |
| 513 | > | "\n" |
| 514 | "\t[ %G %G %G ]\n" | |
| 515 | "\t[ %G %G %G ]\n" | |
| 516 | "\t[ %G %G %G ]\n", | |
| 517 | < | rCut, currentTime, maxCutoff, |
| 517 | > | rCut, currentTime, |
| 518 | Hmat[0][0], Hmat[0][1], Hmat[0][2], | |
| 519 | Hmat[1][0], Hmat[1][1], Hmat[1][2], | |
| 520 | Hmat[2][0], Hmat[2][1], Hmat[2][2]); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |