| # | Line 10 | Line 10 | using namespace std; | |
|---|---|---|
| 10 | #include "integrators/AllIntegrator.hpp" | |
| 11 | ||
| 12 | using namespace std; | |
| 13 | + | using namespace oopse; |
| 14 | // this routine is defined in BASS_interface.cpp | |
| 15 | extern void set_interface_stamps( MakeStamps* ms, Globals* g ); | |
| 16 | ||
| # | Line 78 | Line 79 | class SimSetup{ (private) | |
| 79 | int globalMolCounter; | |
| 80 | ||
| 81 | char force_field[100]; | |
| 82 | < | char forcefield_variant[100]; |
| 82 | > | string forcefield_variant; |
| 83 | char ensemble[100]; | |
| 84 | Component** the_components; | |
| 85 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |