From 206ae67c78b62fda1d3b5da4f87a0edffe82f867 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 30 Sep 2013 13:16:11 +0000 Subject: [PATCH] Move comment into the right place. git-svn-id: https://svn.dealii.org/trunk@31027 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/base/thread_management.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/base/thread_management.h b/deal.II/include/deal.II/base/thread_management.h index 4a849c8785..49bf60ddf5 100644 --- a/deal.II/include/deal.II/base/thread_management.h +++ b/deal.II/include/deal.II/base/thread_management.h @@ -4406,12 +4406,12 @@ namespace Threads template class Task { + public: /** * Construct a task object * given a function object to * execute on the task. */ - public: Task (const std_cxx1x::function &function_object) { // create a task descriptor and tell it -- 2.39.5