From: Peter Munch Date: Wed, 15 Jul 2020 16:58:05 +0000 (+0200) Subject: Fix dynamic cast X-Git-Tag: v9.3.0-rc1~1289^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5122684b391c7850c23fceec70675ecf6531991c;p=dealii.git Fix dynamic cast --- diff --git a/source/dofs/dof_handler.cc b/source/dofs/dof_handler.cc index dd0b53f1c6..f99da35fd4 100644 --- a/source/dofs/dof_handler.cc +++ b/source/dofs/dof_handler.cc @@ -2992,7 +2992,7 @@ DoFHandler::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 *>( + const dealii::parallel::DistributedTriangulationBase *>( &this->get_triangulation())) { this->policy =