From: wolf Date: Mon, 5 Aug 2002 12:11:49 +0000 (+0000) Subject: Re-Indent X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb6c76e8a42b400e31ed53e614d470824baad8c4;p=dealii-svn.git Re-Indent git-svn-id: https://svn.dealii.org/trunk@6320 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 9b90c33a9c..25f33bd580 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -137,13 +137,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

lac

    -
  1. New: a way of using abstract base classes for matrices has - been implemented with PointerMatrixBase - and PointerMatrix. Storing a matrix in - PointerMatrix allows to use the base - class in functions only templated for the vector class. -
    - (GK 2--2/07/18) +

  2. + New: a way of using abstract base classes for matrices has + been implemented with PointerMatrixBase + and PointerMatrix. Storing a matrix in + PointerMatrix allows to use the base + class in functions only templated for the vector class. +
    + (GK 2002/07/18)

@@ -153,13 +154,14 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

deal.II

    -
  1. Improved: VectorTools::integrate_difference can compute Lp - and W1,p norms for arbitrary p. The function - receives an additional optional argument p for this. All previous - fuctionality remains unchanged, although the code has been cleaned up a bit. -
    - (GK 2002/08/01) +

  2. + Improved: VectorTools::integrate_difference can compute Lp + and W1,p norms for arbitrary p. The function + receives an additional optional argument p for this. All previous + fuctionality remains unchanged, although the code has been cleaned up a bit. +
    + (GK 2002/08/01)

  3. New: The GridTools class now