From 1540f49fa62eb632cb7a9a21292b33dd15b2ac94 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 14 Nov 2002 21:15:01 +0000 Subject: [PATCH] Clarify. git-svn-id: https://svn.dealii.org/trunk@6764 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2002/c-3-4.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index d56fa9dadd..6b5393de42 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -38,7 +38,7 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK DEAL_II_USE_MT, when --with-multithreading was given as argument to ./configure. Tests in the code therefore looked like #ifdef DEAL_II_USE_MT. This has been - changed so that the variable is always defined, but it is now equal to 1 + changed so that the variable is always defined, but its value is now equal to 1 when multithreading was requested, and zero otherwise. The reason for this is that you can now write if (DEAL_II_USE_MT && ...) conditions, and need not interleave if-else clauses from regular code -- 2.39.5