From: Wolfgang Bangerth Date: Thu, 27 Feb 2014 20:31:12 +0000 (+0000) Subject: Fix a bug where we accidentally do too much work due to a variable that hides another... X-Git-Tag: v8.2.0-rc1~757 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a092760fd635c0c5edb424955df33680fcb2639;p=dealii.git Fix a bug where we accidentally do too much work due to a variable that hides another one. git-svn-id: https://svn.dealii.org/trunk@32574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/fe/fe_system.cc b/deal.II/source/fe/fe_system.cc index 26f95e2b7f..24cc2213c5 100644 --- a/deal.II/source/fe/fe_system.cc +++ b/deal.II/source/fe/fe_system.cc @@ -2510,7 +2510,7 @@ FESystem::multiply_dof_numbers ( = typename FiniteElementData::Conformity(); { unsigned int index = 0; - for (unsigned int index=0; index0) { total_conformity = fes[index]->conforming_space;