From: Wolfgang Bangerth Date: Fri, 25 Sep 2009 03:41:22 +0000 (+0000) Subject: Add comment. X-Git-Tag: v8.0.0~7038 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b9273e5bd26cc2c50a0f9b2cefd16c434e4ca7;p=dealii.git Add comment. git-svn-id: https://svn.dealii.org/trunk@19544 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/distorted_cells_03.cc b/tests/bits/distorted_cells_03.cc index 0f79c32906..e56ec4ef17 100644 --- a/tests/bits/distorted_cells_03.cc +++ b/tests/bits/distorted_cells_03.cc @@ -101,6 +101,10 @@ void check () << std::endl; Assert (dcv.distorted_cells.front() == coarse_grid.begin(0), ExcInternalError()); + + // ignore the exception, i.e. do not + // even attempt to fix up the problem + // (but see the _04 testcase for this) } Assert (flag == true, ExcInternalError());