]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix dynamic cast 10710/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 15 Jul 2020 16:58:05 +0000 (18:58 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 15 Jul 2020 16:58:05 +0000 (18:58 +0200)
source/dofs/dof_handler.cc

index dd0b53f1c6e65e712386d28f4ec37fbeae39ee6a..f99da35fd4b32602e28a70acc7eb5a431498ace4 100644 (file)
@@ -2992,7 +2992,7 @@ DoFHandler<dim, spacedim>::setup_policy_and_listeners()
   // policy and attach corresponding callback functions dealing with the
   // transfer of active_fe_indices
   if (dynamic_cast<
-        const dealii::parallel::distributed::Triangulation<dim, spacedim> *>(
+        const dealii::parallel::DistributedTriangulationBase<dim, spacedim> *>(
         &this->get_triangulation()))
     {
       this->policy =

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.