Fix off-by-one error in gmx cluster
authorPaul Bauer <paul.bauer.q@gmail.com>
Mon, 15 Apr 2019 15:51:57 +0000 (17:51 +0200)
committerBerk Hess <hess@kth.se>
Tue, 16 Apr 2019 06:28:38 +0000 (08:28 +0200)
commitec73eb81f27cc5301054f85ae96b449a64fe8b74
treeb054e50d83ac58a26dc4c9bf1116d10ff6b0adc7
parentabf2b0c761e188642e7446cc5aa57bb89894ed05
Fix off-by-one error in gmx cluster

The writing of indices for linking frames to clusters was of by one.

Also fixed naming to refer to indices and not indexes

Fixes #2926

Change-Id: I67d7f8cae56734e425c84460080de8896f6239cb
docs/release-notes/2019/2019.2.rst
src/gromacs/gmxana/gmx_cluster.cpp