| # | Line 54 | Line 54 | class BaseIntegrator{ (public) | |
|---|---|---|
| 54 | virtual void integrate( void ) = 0; | |
| 55 | virtual double getConservedQuantity(void) = 0; | |
| 56 | }; | |
| 57 | – | /* |
| 58 | – | template<typename T> class AbstractTemplateIntegrator : public T |
| 59 | – | { |
| 60 | – | // public: |
| 61 | – | // AbstractTemplateIntegrator() {} |
| 62 | – | // virtual ~AbstractTemplateIntegrator() {} |
| 63 | – | |
| 64 | – | // virtual void integrate(void) {} |
| 65 | – | }; |
| 57 | ||
| 67 | – | typedef AbstractTemplateIntegrator<BaseIntegrator> TemplateIntegrator; |
| 68 | – | */ |
| 58 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |