Fix membed initialization
commitd1dc69c87d550ac3a326d49257fe2a15d763e287
authorCarsten Kutzner <ckutzne@gwdg.de>
Thu, 3 Mar 2016 10:55:48 +0000 (3 11:55 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 17 Mar 2016 21:03:53 +0000 (17 22:03 +0100)
treefe16ec6e785aae07711d296bbd5d36e0b1932d87
parent62fba91fbe83ab302618a1cd58c21ddef55b6951
Fix membed initialization

In commit 29943fe59dca471b2  the membed initialization was copied over to do_md,
but in do_md, state_global instead of state (which is still a NULL pointer
at that point) needs to be passed to init_membed.

Change-Id: Ic43e66f054f0e9b139ff9b402eb7cf4d08d20731
src/programs/mdrun/md.cpp