From: Luca Heltai Date: Wed, 8 Feb 2006 02:18:40 +0000 (+0000) Subject: Typos. X-Git-Tag: v8.0.0~12420 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68167906a352b1297c523fbb6b66c25b9d1375ac;p=dealii.git Typos. git-svn-id: https://svn.dealii.org/trunk@12259 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index b29d790376..9d85bf3b10 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -309,13 +309,13 @@ inconvenience this causes.
  • Improved: BlockMatrixArray::enter_aux allows using matrices without adding vector - multiplication by using PointerMatrixAux. + class="member">enter_aux allows using matrices without adding vector + multiplication by using PointerMatrixAux.
    (GK 2006/02/02)

    -
  • New: The class PointerMatrixAux was +

  • New: The class PointerMatrixAux was introduced for use with matrix classes lacking the adding vector multiplication functions. It implements these by using its own auxiliary vector.