From: Ralf Hartmann Date: Wed, 28 Sep 2005 13:45:50 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~13062 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac536eda4462e4bf2c4cb9ff01f76ede7cda1c5c;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@11541 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/5.0.0-vs-5.1.0.html b/deal.II/doc/news/5.0.0-vs-5.1.0.html index 9f8d1fb3fc..6701bf81c3 100644 --- a/deal.II/doc/news/5.0.0-vs-5.1.0.html +++ b/deal.II/doc/news/5.0.0-vs-5.1.0.html @@ -175,9 +175,9 @@ inconvenience this causes.
  • Fixed: DataOutBase<2,3>::write_tecplot sometimes did not - write the variable name z when only outputting faces of - cells. This is now fixed. + class="member">DataOutBase<2,3>::write_tecplot + sometimes did not write the variable name z when + only outputting faces of cells. This is now fixed.
    (RH 2004/10/29)