Fixed a bug causing incorrect empty selections.
commit9acda9089d29404fd8bad527f3fa31d167e918e5
authorTeemu Murtola <teemu.murtola@cbr.su.se>
Mon, 1 Mar 2010 10:30:24 +0000 (1 11:30 +0100)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Mon, 1 Mar 2010 10:50:48 +0000 (1 11:50 +0100)
treed0ac6f5944ec8b5ae7e8db52e3943e9b317e5e8f
parent54ebeda05e4668dc4b264621b45a5ade1ce2d950
Fixed a bug causing incorrect empty selections.

There was a bug that caused empty selections to erroneously appear if
a variable with a static value was used more than once within other
variables that were also used more than once each (reported on
gmx-developers by Michel Cuendet).
src/gmxlib/selection/compiler.c
src/gmxlib/selection/evaluate.c
src/gmxlib/selection/selelem.c