| # | Line 212 | Line 212 | void Thermo::velocitize() { | |
|---|---|---|
| 212 | ||
| 213 | av2 = 2.0 * kebar / atoms[vr]->getMass(); | |
| 214 | vbar = sqrt( av2 ); | |
| 215 | < | |
| 215 | > | |
| 216 | // vbar = sqrt( 8.31451e-7 * temperature / atoms[vr]->getMass() ); | |
| 217 | ||
| 218 | // picks random velocities from a gaussian distribution | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |