# | Line 87 | Line 87 | typedef Integrator<BaseIntegrator> RealIntegrator; | |
---|---|---|
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 | ||
95 | public: |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |