#undef __PRETTY_FUNCTION__
+/**
+ * Depending on the use of threads, we will have to make some variables
+ * volatile. We do this here in a very old-fashioned C-style, but still
+ * convenient way.
+ */
+#ifdef DEAL_II_USE_MT
+# define DEAL_VOLATILE volatile
+#else
+# define DEAL_VOLATILE
+#endif
+
+
/**
* Have a namespace into which we declare some numeric constants, such
* as pi. Unfortunately, these are not always available, on all systems
AH_BOTTOM(
[
+/**
+ * Depending on the use of threads, we will have to make some variables
+ * volatile. We do this here in a very old-fashioned C-style, but still
+ * convenient way.
+ */
+#ifdef DEAL_II_USE_MT
+# define DEAL_VOLATILE volatile
+#else
+# define DEAL_VOLATILE
+#endif
+
+
/**
* Have a namespace into which we declare some numeric constants, such
* as pi. Unfortunately, these are not always available, on all systems
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