From 12012782a187fe434e661113f90b2acd139596a2 Mon Sep 17 00:00:00 2001 From: "daniel.arndt" Date: Wed, 20 Nov 2013 17:39:44 +0000 Subject: [PATCH] Revert false correction. git-svn-id: https://svn.dealii.org/trunk@31733 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_tools_constraints.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/source/dofs/dof_tools_constraints.cc b/deal.II/source/dofs/dof_tools_constraints.cc index 3f9a9450bf..acc7ba92b1 100644 --- a/deal.II/source/dofs/dof_tools_constraints.cc +++ b/deal.II/source/dofs/dof_tools_constraints.cc @@ -2889,7 +2889,7 @@ namespace DoFTools // Find out if a dof has a contribution in this // component, and if so, add it to the list const ComponentMask &nonzero_component_array - = cell->get_fe().get_nonzero_components (face_dofs[i]); + = cell->get_fe().get_nonzero_components (i); bool nonzero = false; for (unsigned int c=0; c