From: Graham Harper Date: Fri, 8 May 2020 00:05:02 +0000 (-0600) Subject: Update the numbering in FE_Poly.templates.h X-Git-Tag: v9.3.0-rc1~1594^2~10 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9a510348d752e7b16dd3b4a4ea8fdffb93dc5cb;p=dealii.git Update the numbering in FE_Poly.templates.h --- diff --git a/include/deal.II/fe/fe_poly.templates.h b/include/deal.II/fe/fe_poly.templates.h index f85072054d..9641e39886 100644 --- a/include/deal.II/fe/fe_poly.templates.h +++ b/include/deal.II/fe/fe_poly.templates.h @@ -569,14 +569,14 @@ std::vector FE_Poly::get_poly_space_numbering() const { auto *const space_tensor_prod = - dynamic_cast> *>( + dynamic_cast *>( this->poly_space.get()); if (space_tensor_prod != nullptr) return space_tensor_prod->get_numbering(); auto *const space_tensor_prod_const = - dynamic_cast> *>( + dynamic_cast *>( this->poly_space.get()); if (space_tensor_prod_const != nullptr)