//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
* function of the
* thread. Since this is only
* available once the thread
- * finishes, this implicitely
+ * finishes, this implicitly
* also calls <tt>join()</tt>.
*/
RT return_value ()
return;
// let TBB wait for the task to
- // complete.
+ // complete.
task_is_done = true;
task->wait_for_all();
}
* function of the
* task. Since this is only
* available once the task
- * finishes, this implicitely
+ * finishes, this implicitly
* also calls <tt>join()</tt>.
*/
RT return_value ()