From: Guido Kanschat Date: Wed, 14 Sep 2005 18:37:03 +0000 (+0000) Subject: color X-Git-Tag: v8.0.0~13160 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=372f2e89c8ba8c8b6da0d2e48ea28cc434b0f05f;p=dealii.git color git-svn-id: https://svn.dealii.org/trunk@11431 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index efbae442b6..58bd8b58c3 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -969,8 +969,8 @@ inconvenience this causes.

  • - Fixed: The class MGDoFHandler had trouble when it - encountered a triangulation that had unused vertices, something + Fixed: The class MGDoFHandler had trouble + when it encountered a triangulation that had unused vertices, something that happens when one coarsens an existing triangulation. In that case, it would throw unjustified exceptions. This is now fixed. @@ -979,7 +979,7 @@ inconvenience this causes.

  • - Fixed: The class Triangulation::RefinementListener had only + Fixed: The class Triangulation::RefinementListener had only virtual abstract functions but no virtual destructor. This caused warnings with some compilers, and is generally bad practice anyway. This is now fixed.