From a7f91a1eddb39918651293bef7c8658763aa3ce5 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Fri, 23 Aug 2019 15:10:39 +0200 Subject: [PATCH] Make constructor of p:d:t explicit --- include/deal.II/distributed/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/distributed/tria.h b/include/deal.II/distributed/tria.h index 3737ca094a..f4d8c429fd 100644 --- a/include/deal.II/distributed/tria.h +++ b/include/deal.II/distributed/tria.h @@ -363,7 +363,7 @@ namespace parallel * mesh independent of the number of processors into which the * triangulation is partitioned. */ - Triangulation( + explicit Triangulation( MPI_Comm mpi_communicator, const typename dealii::Triangulation::MeshSmoothing smooth_grid = (dealii::Triangulation::none), -- 2.39.5