]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Why is DEAL_II_USE_MT defined to zero?
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 15 Mar 2005 21:35:45 +0000 (21:35 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 15 Mar 2005 21:35:45 +0000 (21:35 +0000)
git-svn-id: https://svn.dealii.org/trunk@10164 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/config.h.in
deal.II/configure
deal.II/configure.in

index f2dd8d4d29073333e2fa91f95e41b8ea2c00e470..2f8f55a4a1dced72cd06a48c170dc4801ce820f6 100644 (file)
  * volatile. We do this here in a very old-fashioned C-style, but still
  * convenient way.
  */
-#ifdef DEAL_II_USE_MT
+#if DEAL_II_USE_MT != 0
 #  define DEAL_VOLATILE volatile
 #else
 #  define DEAL_VOLATILE
index dcca7119cbdbb6f1e05d4e23c9d2e9ff2b56cf3a..5429ad8c82ad6075c3316121a6ba323b4c27b205 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.189 .
+# From configure.in Revision: 1.190 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.59.
 #
index 6c7a4259e2e5124c7e4b1e3293f7539f43972875..778337d6c7b9df389c458539fa13cff7c90b68bf 100644 (file)
@@ -510,7 +510,7 @@ AH_BOTTOM(
  * volatile. We do this here in a very old-fashioned C-style, but still
  * convenient way.
  */
-#ifdef DEAL_II_USE_MT
+#if DEAL_II_USE_MT != 0
 #  define DEAL_VOLATILE volatile
 #else
 #  define DEAL_VOLATILE

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.