]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Specify namespace 10951/head
authorPeter Munch <peterrmuench@gmail.com>
Tue, 22 Sep 2020 20:33:17 +0000 (22:33 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Tue, 22 Sep 2020 20:33:17 +0000 (22:33 +0200)
include/deal.II/multigrid/mg_transfer_global_coarsening.templates.h

index 3814c31af69f4d74b647266b3bee16474be72061..a3414772bef469650c572933619e2f0467e25321 100644 (file)
@@ -182,8 +182,8 @@ namespace internal
     get_mpi_comm(const MeshType &mesh)
     {
       const auto *tria_parallel = dynamic_cast<
-        const parallel::TriangulationBase<MeshType::dimension,
-                                          MeshType::space_dimension> *>(
+        const dealii::parallel::TriangulationBase<MeshType::dimension,
+                                                  MeshType::space_dimension> *>(
         &(mesh.get_triangulation()));
 
       return tria_parallel != nullptr ? tria_parallel->get_communicator() :

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.