Fix misc-misplaced-const clang-tidy warning
authorAndrey Alekseenko <al42and@gmail.com>
Thu, 9 Sep 2021 14:46:43 +0000 (17:46 +0300)
committerAndrey Alekseenko <al42and@gmail.com>
Fri, 10 Sep 2021 07:16:46 +0000 (07:16 +0000)
commitf59607d9c952f8c065da7037a65b4a9429712f6e
tree0017e4e1783c65880464be9dc3bd09d98055c3aa
parentc631fddd323fe28ad27c9f8c1ee407d480921ca8
Fix misc-misplaced-const clang-tidy warning

The problem was introduced in 4a4ade89 (MR !1903).

As MPI_Comm is typedef'd as a pointer to a structure, declaring it const
would be of little use: the pointer itself would be const, not the data
it is pointing to.
src/gromacs/fft/tests/fft.cpp