| # | Line 10 | Line 10 | class ExtendedSystem{ (public) | |
|---|---|---|
| 10 | class ExtendedSystem{ | |
| 11 | public: | |
| 12 | ||
| 13 | < | ExtendedSystem(SimInfo &info); |
| 13 | > | ExtendedSystem(SimInfo* the_entry_plug); |
| 14 | virtual ~ExtendedSystem() {} | |
| 15 | ||
| 16 | void setQmass(double q) {qmass = q;} | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |