Fix for incorrectly setting expanded ensemble when fep_state = 0
commita41f73510fb5fc7d488877c8f26085fc4f671dfd
authorMichael Shirts <michael.shirts@virginia.edu>
Mon, 27 Jun 2016 04:19:26 +0000 (26 22:19 -0600)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 11 Jul 2016 14:40:57 +0000 (11 16:40 +0200)
treeb6deb8205d8fa3a7d779a884ca5b99e004ce5d72
parent2a1052e2c66dcd3540fb56b573fc6eb0f7e01042
Fix for incorrectly setting expanded ensemble when fep_state = 0

Expanded ensemble lambda values were not being copied over when the
proposed fep_state was 0.  This commit fixes that by removing a
a conditonal that was incorrectly added.

Fixes #1995

Change-Id: I3d49b0936d973fb70a9a79799743f5069ba4fff4
src/gromacs/mdlib/md_support.cpp