From: Ralf Hartmann Date: Tue, 3 Apr 2001 15:45:17 +0000 (+0000) Subject: New ExcMultiplySetLineInfoOfLine exception. Fix: Check for the error that previously... X-Git-Tag: v8.0.0~19416 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18597f77610f2c35456e3fec89e190dc27676568;p=dealii.git New ExcMultiplySetLineInfoOfLine exception. Fix: Check for the error that previously lead to an (wrong) exception thrown somewhere else. git-svn-id: https://svn.dealii.org/trunk@4366 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html index a1a8d1b4ce..9b2684da00 100644 --- a/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html +++ b/deal.II/doc/news/2001/3.1.0-vs-3.1.1.html @@ -14,6 +14,21 @@

Changes between versions 3.1 and 3.1.1

    +
  1. + New/Fixed: Now there exists a new Triangulation::ExcMultiplySetLineInfoOfLine exception, + that is thrown if the SubCellData + that is given to Triangulation::create_triangulation, multiply includes + the line info of a specific line. Before the fix the wrong + ExcInteriorLineCantBeBoundary + exception was thrown. +
    + (RH 2001/04/03) +

    +
  2. Fixed: Missing ucd is now added to the list of supported output formats returned by .

    deal.II

      +
    1. + New/Fixed: Now there exists a new Triangulation::ExcMultiplySetLineInfoOfLine exception, + that is thrown if the SubCellData + that is given to Triangulation::create_triangulation, multiply includes + the line info of a specific line. Before the fix the wrong + ExcInteriorLineCantBeBoundary + exception was thrown. +
      + (RH 2001/04/03) +

      +
    2. Fixed: Missing ucd is now added to the list of supported output formats returned by