From 6fafe5e7501e395c767e7838b9859e52ced4c41d Mon Sep 17 00:00:00 2001 From: Felix Gruber Date: Tue, 25 Nov 2014 11:16:56 +0100 Subject: [PATCH] fix typos in doc/news/changes.h --- doc/news/changes.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/news/changes.h b/doc/news/changes.h index 56f80def73..f5d1fa511b 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -81,7 +81,7 @@ inconvenience this causes.
  • The change from functionparser to muparser introduced a small number of - incompatibilies: units, use_degress, and recursion with 'eval' are not + incompatibilities: units, use_degress, and recursion with 'eval' are not longer supported. Comparing for equality is done using '==' instead of '='.
    (Timo Heister, 2014/02/10) @@ -345,8 +345,8 @@ inconvenience this causes.
  • New: Complete the interface for periodic boundary conditions. Now, it is possible to specify an additional (geometric) rotation matrix along with vector components that should be rotated when applying periodic boundary - condiitions (or alternatively, directly a transformation matrix working - directly on dofs). With this it is e.g. now possible to to compute stokes flow + conditions (or alternatively, directly a transformation matrix working + directly on dofs). With this it is e.g. now possible to compute stokes flow on a quarter pie with periodic boundary conditions and the velocity correctly transformed.
    @@ -790,7 +790,7 @@ inconvenience this causes.
  • New: There is now a QSorted quadrature which takes an arbitrary quadrature at construction time and reorders the quadrature - points according to the weigths, from smaller to bigger. This should + points according to the weights, from smaller to bigger. This should improve stability of higher order polynomial integration.
    (Luca Heltai, 2014/05/07) @@ -1042,7 +1042,7 @@ inconvenience this causes.
  • Fixed: A regression where a single whitespace accidentally added to DEAL_II_LINKER_FLAGS internally prevented cmake-2.8.8 from configuring - sucessfully. + successfully.
    (Matthias Maier, Krysztof Bzowski, 2014/01/26) -- 2.39.5