From: wolf Date: Thu, 14 Nov 2002 21:15:01 +0000 (+0000) Subject: Clarify. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1540f49fa62eb632cb7a9a21292b33dd15b2ac94;p=dealii-svn.git Clarify. git-svn-id: https://svn.dealii.org/trunk@6764 0785d39b-7218-0410-832d-ea1e28bc413d --- 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