| # | Line 178 | Line 178 | template<typename T> void Integrator<T>::integrate(voi | |
|---|---|---|
| 178 | dt2 = 0.5 * dt; | |
| 179 | ||
| 180 | readyCheck(); | |
| 181 | + | |
| 182 | + | // remove center of mass drift velocity (in case we passed in a configuration |
| 183 | + | // that was drifting |
| 184 | + | tStats->removeCOMdrift(); |
| 185 | ||
| 186 | // initialize the forces before the first step | |
| 187 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |