]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix non-sensical placement of a join_all statement.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Jul 2011 21:34:53 +0000 (21:34 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 2 Jul 2011 21:34:53 +0000 (21:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@23913 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/step-14.cc

index 485b92c75fc353454f3653a26b66c44df6f113ed..c80be66217c593c6d18418ebfdfac0d345b241d5 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+//    Copyright (C) 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
@@ -456,8 +456,8 @@ namespace LaplaceSolver
                    thread_ranges[thread].first,
                    thread_ranges[thread].second,
                    mutex);
-       threads.join_all();
       }
+    threads.join_all();
 
     assemble_rhs (linear_system.rhs);
     linear_system.hanging_node_constraints.condense (linear_system.rhs);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.