| # | Line 25 | Line 25 | template<typename T> Integrator<T>::Integrator(SimInfo | |
|---|---|---|
| 25 | if (info->the_integrator != NULL){ | |
| 26 | delete info->the_integrator; | |
| 27 | } | |
| 28 | < | info->the_integrator = this; |
| 29 | < | |
| 28 | > | |
| 29 | nAtoms = info->n_atoms; | |
| 30 | ||
| 31 | // check for constraints | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |