Fix misc-misplaced-const and unused-parameter warnings
authorAndrey Alekseenko <al42and@gmail.com>
Wed, 6 Oct 2021 10:20:23 +0000 (12:20 +0200)
committerAndrey Alekseenko <al42and@gmail.com>
Wed, 6 Oct 2021 16:55:35 +0000 (16:55 +0000)
commit5f8641feca9b7f75c359f0ab33a12711258b1f59
tree86790087e3e3118f716ba235c244447801599bc8
parent506d37eb562bf850d4037089d5eb33458a4b8cd3
Fix misc-misplaced-const and unused-parameter warnings

The problems were introduced in bbcd5f1 (MR !536).

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/applied_forces/awh/biassharing.cpp