From b010eddf774340260080c71b5971faa445c83534 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 20 Oct 2019 13:16:51 +0200 Subject: [PATCH] add missing space to error message --- include/deal.II/base/mpi_compute_index_owner_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/mpi_compute_index_owner_internal.h b/include/deal.II/base/mpi_compute_index_owner_internal.h index 223e4b9392..dea27428e4 100644 --- a/include/deal.II/base/mpi_compute_index_owner_internal.h +++ b/include/deal.II/base/mpi_compute_index_owner_internal.h @@ -618,7 +618,7 @@ namespace Utilities get_requesters() { Assert(track_index_requests, - ExcMessage("Must enable index range tracking in" + ExcMessage("Must enable index range tracking in " "constructor of ConsensusAlgorithmProcess")); std::map requested_indices; -- 2.39.5