From 52b9273e5bd26cc2c50a0f9b2cefd16c434e4ca7 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Sep 2009 03:41:22 +0000 Subject: [PATCH] Add comment. git-svn-id: https://svn.dealii.org/trunk@19544 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/distorted_cells_03.cc | 4 ++++ 1 file changed, 4 insertions(+) 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()); -- 2.39.5