From: wolf Date: Thu, 12 May 2005 18:20:53 +0000 (+0000) Subject: # [WB] Set MT flags so that the corresponding documentation will always be visible, X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94289114826896608addd3ac5086a9b767e26ba3;p=dealii-svn.git # [WB] Set MT flags so that the corresponding documentation will always be visible, # [WB] irrespective of whether MT is actually switched on or not. git-svn-id: https://svn.dealii.org/trunk@10676 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index 0edffe1bee..efa5b1c9de 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -916,7 +916,9 @@ INCLUDE_FILE_PATTERNS = # or name=definition (no spaces). If the definition and the = are # omitted =1 is assumed. -PREDEFINED = DEBUG=1 @DEAL_II_DEFINE_DEAL_II_USE_PETSC@ +# [WB] Set MT flags so that the corresponding documentation will always be visible, +# [WB] irrespective of whether MT is actually switched on or not. +PREDEFINED = DEBUG=1 @DEAL_II_DEFINE_DEAL_II_USE_PETSC@ DEAL_II_USE_MT=1 DEAL_II_USE_MT_POSIX=1 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # this tag can be used to specify a list of macro names that should be expanded. diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 4d5da15a34..08268ef626 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -128,6 +128,13 @@ inconvenience this causes.

General

    +
  1. + Fixed: The documentation pages did not contain information + about the Threads::spawn functions. This is now fixed. +
    + (WB, 2005/05/12) +

    +
  2. Fixed: The step-17 example program had a stupid mistake in that it initializes the pcout variable with an uninitialized value