Noting that and why gmxdump -s -sys is broken
authorMark Abraham <mark.j.abraham@gmail.com>
Sun, 13 Jan 2013 21:23:37 +0000 (22:23 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Sun, 13 Jan 2013 21:37:04 +0000 (22:37 +0100)
commitced146e9e370d302b7c9cca875de654c87f426d5
tree3c16d4a5b004de420da68876bd9125a296614b3c
parente86b3a39ca370d7b593cc9395c143170207c9b44
Noting that and why gmxdump -s -sys is broken

Not worth fixing. You could pass a boolean from gmxdump
into the set_posres_params to avoid executing the
problematic line, but that would hit a lot of
other code paths that also call gmx_mtop_to_t_topology.

Refs #635

Change-Id: I308e59287dc578b95ea67c313867df3e75047fa4
src/gmxlib/mtop_util.c
src/kernel/gmxdump.c