]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Unconditionally include thread_management.h, and simply code to work
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Oct 2002 18:07:43 +0000 (18:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 10 Oct 2002 18:07:43 +0000 (18:07 +0000)
in the MT and non-MT code.

git-svn-id: https://svn.dealii.org/trunk@6625 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/data_out.cc

index 95a0ba9169f7da32b31b6807a45351f3d41a83c0..7d31eb50b462ee06c557235ad3bea3f40e78bc52 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <base/quadrature_lib.h>
 #include <base/memory_consumption.h>
+#include <base/thread_management.h>
 #include <lac/vector.h>
 #include <lac/block_vector.h>
 #include <numerics/data_out.h>
 #include <fe/fe_values.h>
 #include <fe/mapping_q1.h>
 
-#ifdef DEAL_II_USE_MT
-#include <base/thread_management.h>
-#endif
-
 #ifdef HAVE_STD_STRINGSTREAM
 #  include <sstream>
 #else

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.