From 7ae85b230fab85d9428e59a1f9aed50162217155 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 14 Nov 2002 21:21:42 +0000 Subject: [PATCH] Make DEAL_II_USE_MT a true variable with a value, not only something that can be tested for existence with the preprocessor. git-svn-id: https://svn.dealii.org/trunk@6765 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/base/include/base/config.h.in b/deal.II/base/include/base/config.h.in index f738292852..36c6ce3f61 100644 --- a/deal.II/base/include/base/config.h.in +++ b/deal.II/base/include/base/config.h.in @@ -120,7 +120,7 @@ #undef DEAL_II_USE_DIRECT_ERRNO_H /* Flag indicating whether the library shall be compiled for multithreaded - applications */ + applications. If so, then it is set to one, otherwise to zero. */ #undef DEAL_II_USE_MT /* Defined if multi-threading is to be achieved by using the ACE library */ -- 2.39.5