From 378cd3baf1453ac4f9e92bcb8b7cd6a719d1a777 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 16 Jul 2013 19:15:59 +0000 Subject: [PATCH] speed up DoF renumbering for distributed DoFHandler git-svn-id: https://svn.dealii.org/trunk@30018 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_handler_policy.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deal.II/source/dofs/dof_handler_policy.cc b/deal.II/source/dofs/dof_handler_policy.cc index 6e03ea1eec..262f0248bb 100644 --- a/deal.II/source/dofs/dof_handler_policy.cc +++ b/deal.II/source/dofs/dof_handler_policy.cc @@ -2451,7 +2451,7 @@ namespace internal // to blocks. If yes, we can add the block // ranges to the IndexSet, otherwise we need // to go through the indices once again and - // add each element individually (slow!) + // add each element individually unsigned int sum = 0; for (unsigned int i=0; i