Fix misc-misplaced-const clang-tidy warning
[alexxy/gromacs.git] / src / gromacs / fft / tests / fft.cpp
index ce3717e210ffdf72c29f90dd90ac50613801e087..c421abcb4bd33588dcd708b368b42398b9a7693c 100644 (file)
@@ -406,7 +406,7 @@ TEST_F(FFTTest3D, GpuReal5_6_9)
         const FftBackend backend = FftBackend::Ocl;
 #    endif
         const bool         performOutOfPlaceFFT    = true;
-        const MPI_Comm     comm                    = MPI_COMM_NULL;
+        MPI_Comm           comm                    = MPI_COMM_NULL;
         const bool         allocateGrid            = false;
         std::array<int, 1> gridSizesInXForEachRank = { 0 };
         std::array<int, 1> gridSizesInYForEachRank = { 0 };