From: Peter Munch Date: Fri, 23 Aug 2019 13:10:39 +0000 (+0200) Subject: Make constructor of p:d:t explicit X-Git-Tag: v9.2.0-rc1~1192^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8629%2Fhead;p=dealii.git Make constructor of p:d:t explicit --- 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),