From: Timo Heister Date: Sun, 20 Oct 2019 11:16:51 +0000 (+0200) Subject: add missing space to error message X-Git-Tag: v9.2.0-rc1~965^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8932%2Fhead;p=dealii.git add missing space to error message --- 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;