| # | Line 86 | Line 86 | typedef Integrator<BaseIntegrator> RealIntegrator; | |
|---|---|---|
| 86 | }; | |
| 87 | ||
| 88 | typedef Integrator<BaseIntegrator> RealIntegrator; | |
| 89 | + | |
| 90 | + | // ansi instantiation |
| 91 | + | template class Integrator<BaseIntegrator>; |
| 92 | ||
| 93 | template<typename T> class NVE : public T { | |
| 94 | ||
| # | Line 457 | Line 460 | template<typename T> class ZConstraint : public T { (p | |
| 460 | vector<double> curZPos; | |
| 461 | ||
| 462 | bool usingSMD; | |
| 463 | + | vector<double> prevCantPos; |
| 464 | vector<double> cantPos; | |
| 465 | vector<double> cantVel; | |
| 466 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |