From 4a6c170aba8aff92cd8a38d12dafa5124a39663b Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 5 Nov 2009 23:59:44 +0000 Subject: [PATCH] Remove some code that didn't do anything. git-svn-id: https://svn.dealii.org/trunk@20051 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 89 ++---------------------- 1 file changed, 6 insertions(+), 83 deletions(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 85d322ec01..d7e53c3144 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -5401,89 +5401,12 @@ DoFTools::make_zero_boundary_constraints (const DH &dof, face_dofs.resize (fe.dofs_per_face); face->get_dof_indices (face_dofs, cell->active_fe_index()); - if (fe_is_system) - { - // enter those dofs into the list - // that match the component - // signature. - for (unsigned int i=0; i