From: Wolfgang Bangerth Date: Mon, 30 Sep 2013 13:16:11 +0000 (+0000) Subject: Move comment into the right place. X-Git-Tag: v8.1.0~682 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f5386d5d08a42fcfcc48e9743a460232b35226;p=dealii.git Move comment into the right place. git-svn-id: https://svn.dealii.org/trunk@31027 0785d39b-7218-0410-832d-ea1e28bc413d --- 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