| # | Line 45 | Line 45 | class SRI{ (protected) | |
|---|---|---|
| 45 | }; | |
| 46 | ||
| 47 | ||
| 48 | < | class Integrator{ | 
| 48 | > | class BaseIntegrator{ | 
| 49 | ||
| 50 | public: | |
| 51 | < | Integrator(){} | 
| 52 | < | virtual ~Integrator(){} | 
| 51 | > | BaseIntegrator(){} | 
| 52 | > | virtual ~BaseIntegrator(){} | 
| 53 | ||
| 54 | virtual void integrate( void ) = 0; | |
| 55 | }; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |