Essential dynamics: fixed legend in ED .xvg output file
authorCarsten Kutzner <ckutzne@gwdg.de>
Fri, 8 Mar 2013 16:07:26 +0000 (17:07 +0100)
committerCarsten Kutzner <ckutzne@gwdg.de>
Fri, 8 Mar 2013 16:07:26 +0000 (17:07 +0100)
commit7451a52991dbf444c5a907891877e57d1fa0d921
treecdbedf6be0b040e3e6a06c89bbe07d87757a145b
parent873b98540a47a5727e69342117ab71f8c8b75072
Essential dynamics: fixed legend in ED .xvg output file

If one performs flooding only and none of the standard essential dynamics
protocols are turned on, the .xvg output file did still print ED legends.
I moved the bNeedDoEdsam check from init_edi() to write_edo_legend(), so
that already here we can check whether ED or only flooding is performed.

Change-Id: Ic3a784b63b335059c17aed852d1b4a4f3126841a
src/mdlib/edsam.c