Clarify the EnergyOutput II
authorArtem Zhmurov <zhmurov@gmail.com>
Wed, 3 Apr 2019 14:45:16 +0000 (16:45 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 24 May 2019 14:43:51 +0000 (16:43 +0200)
commitda52d0b2703d96af44abc3d8c8b9ea327e8d8c34
treea9e7d28746cef2f92f6d38da4a461bc5f5cc9d6d
parent96d28d6b043c74901adbb4634b2eab6134f01bae
Clarify the EnergyOutput II

The function that prints energy (and other thermodynamic values)
is now split into three: one that prints current values, one that
prinst averages at the end of the simulation run and one that prints
annealing temperatures. This way it is much clearer what is done at
each call and how many steps can be passed without calling one function
or another.

Change-Id: Ifc481fe3a5243917d0a290f1e3bec616b6ca6073
src/gromacs/mdlib/ebin.cpp
src/gromacs/mdlib/ebin.h
src/gromacs/mdlib/energyoutput.cpp
src/gromacs/mdlib/energyoutput.h
src/gromacs/mdlib/tests/ebin.cpp
src/gromacs/mdlib/tests/energyoutput.cpp
src/gromacs/mdrun/md.cpp
src/gromacs/mdrun/mimic.cpp
src/gromacs/mdrun/minimize.cpp
src/gromacs/mdrun/rerun.cpp