From: Daniel Arndt Date: Wed, 15 Feb 2017 09:24:37 +0000 (+0100) Subject: Fix fe/fe_enriched_step-36b for 64bit indices X-Git-Tag: v8.5.0-rc1~113^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3977%2Fhead;p=dealii.git Fix fe/fe_enriched_step-36b for 64bit indices --- diff --git a/tests/fe/fe_enriched_step-36b.cc b/tests/fe/fe_enriched_step-36b.cc index d80d5e1487..7971f05794 100644 --- a/tests/fe/fe_enriched_step-36b.cc +++ b/tests/fe/fe_enriched_step-36b.cc @@ -367,7 +367,7 @@ namespace Step36 void EigenvalueProblem::constrain_pou_dofs() { - std::vector local_face_dof_indices(fe_collection[pou_fe_index].dofs_per_face); + std::vector local_face_dof_indices(fe_collection[pou_fe_index].dofs_per_face); for (typename hp::DoFHandler::active_cell_iterator cell = dof_handler.begin_active(); cell != dof_handler.end(); ++cell)