From 92c844830111287590e5a15d10cccabc7d53c5cf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 19 Jul 2013 16:04:06 +0000 Subject: [PATCH] Minor cleanup. The initialization of ring buffer elements is now no longer expensive. git-svn-id: https://svn.dealii.org/trunk@30059 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/work_stream.h | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/deal.II/include/deal.II/base/work_stream.h b/deal.II/include/deal.II/base/work_stream.h index c4623adc18..d4c9f9f619 100644 --- a/deal.II/include/deal.II/base/work_stream.h +++ b/deal.II/include/deal.II/base/work_stream.h @@ -290,19 +290,19 @@ namespace WorkStream n_emitted_items (0), chunk_size (chunk_size) { - // initialize copies of - // additional_data. since - // this is frequently - // expensive (creating - // FEValues objects etc) do - // that in parallel - Threads::TaskGroup<> tasks; - for (unsigned int i=0; i