From: bangerth Date: Fri, 25 Sep 2009 03:41:22 +0000 (+0000) Subject: Add comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbcb03943caca87af5ad60aa06a296f55df86d8;p=dealii-svn.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());