From: Wolfgang Bangerth Date: Sun, 31 Dec 2017 22:27:47 +0000 (-0700) Subject: Make an input argument to a function 'const'. X-Git-Tag: v9.0.0-rc1~610^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5688%2Fhead;p=dealii.git Make an input argument to a function 'const'. --- diff --git a/tests/tests.h b/tests/tests.h index eb4212e8f4..f4bb243880 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -437,7 +437,7 @@ initlog(bool console=false) inline void -mpi_initlog(bool console=false) +mpi_initlog(const bool console=false) { #ifdef DEAL_II_WITH_MPI unsigned int myid = Utilities::MPI::this_mpi_process (MPI_COMM_WORLD);