Fix clang-tidy warning
authorArtem Zhmurov <zhmurov@gmail.com>
Mon, 27 Jul 2020 10:38:11 +0000 (13:38 +0300)
committerArtem Zhmurov <zhmurov@gmail.com>
Mon, 27 Jul 2020 12:51:18 +0000 (12:51 +0000)
commit2f726988792c95f98b7f6c8a150b835d92ec08c8
treebf0e8c3fd98a6192d1956644dad66d3782203e80
parent94284eb68bb6e461516eb2823cee283eb122ac80
Fix clang-tidy warning

clang-tidy complains about comparison of int and gmx::index,
since they are of different type.
src/gromacs/gmxana/gmx_bar.cpp