From: kronbichler Date: Wed, 26 Feb 2014 08:48:12 +0000 (+0000) Subject: Fix bug X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd28d041ef3f18cb4e76cfd9a4b71a907756dca9;p=dealii-svn.git Fix bug git-svn-id: https://svn.dealii.org/trunk@32556 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index e0315e5533..74e9345301 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -1009,6 +1009,7 @@ namespace DoFTools component_numbering[i] = count++; // First count the number of dofs in the current component. + constant_modes.clear (); constant_modes.resize (n_components_selected, std::vector(n_selected_dofs, false));