Rename Simulator to LegacySimulator
commit4717d4069d58639dc8ce30dcb66bb195beed94ef
authorPascal Merz <pascal.merz@me.com>
Mon, 27 May 2019 19:36:35 +0000 (27 13:36 -0600)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 31 Jul 2019 08:46:02 +0000 (31 10:46 +0200)
treeb5c9283c6340ca04b207adecbd36dde256c8651f
parent5686049372448859f50626aa8f0f81338380e2cf
Rename Simulator to LegacySimulator

In view of the new modular simulator, we will want an interface for
simulators rather than a single rigid implementation. As we will keep
the current implementation around for a while, we're renaming it here
to free up the generic "Simulator" term.

Change-Id: Iaa5cca332130b8324e11206e2044af799a52f9c0
src/gromacs/mdrun/CMakeLists.txt
src/gromacs/mdrun/legacysimulator.cpp [moved from src/gromacs/mdrun/simulator.cpp with 97% similarity]
src/gromacs/mdrun/legacysimulator.h [moved from src/gromacs/mdrun/simulator.h with 96% similarity]
src/gromacs/mdrun/md.cpp
src/gromacs/mdrun/mimic.cpp
src/gromacs/mdrun/minimize.cpp
src/gromacs/mdrun/minimize.h
src/gromacs/mdrun/rerun.cpp
src/gromacs/mdrun/runner.cpp
src/gromacs/mdrun/tpi.cpp