From: 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcfc7f9202d9a3f78357f236f5e55a951e35eb2;p=dealii-svn.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;