From b19bc001701ae7565400a658e139ac4186905c17 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 31 Dec 2017 15:27:47 -0700 Subject: [PATCH] Make an input argument to a function 'const'. --- tests/tests.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5