| # | Line 55 | Line 55 | class IntegratorCreator { | |
|---|---|---|
| 55 | class IntegratorCreator { | |
| 56 | public: | |
| 57 | IntegratorCreator(const std::string& ident) : ident_(ident) {} | |
| 58 | < | |
| 58 | > | virtual ~IntegratorCreator() {} |
| 59 | const std::string& getIdent() const { return ident_; } | |
| 60 | ||
| 61 | virtual Integrator* create(SimInfo* info) const = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |