| # | Line 79 | 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 |