Skip to content

Fix false initialization values in gmx hbond

Paul Bauer requested to merge fix3550_UninitializedVariables into release-2020

Previous refactoring left some variables in an uninitialized state or with values from previous code paths.

Fixes #3550 (closed)

Merge request reports