From: Guido Kanschat Date: Sat, 25 Jun 2005 09:27:02 +0000 (+0000) Subject: remove assertion to allow for smoother flow of tests X-Git-Tag: v8.0.0~13615 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a08e551caeb3b431a6e6962df2f9d9b57245672;p=dealii.git remove assertion to allow for smoother flow of tests git-svn-id: https://svn.dealii.org/trunk@10941 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/up_and_down.cc b/tests/fe/up_and_down.cc index add039ea3a..19fe781233 100644 --- a/tests/fe/up_and_down.cc +++ b/tests/fe/up_and_down.cc @@ -86,7 +86,7 @@ void check_element (const Triangulation &tr, for (unsigned int c=0; c::children_per_cell; ++c) Assert (cell->child(c)->active(), ExcInternalError()); - // then restrict and prolong + // then restrict and prolongate cell->get_interpolated_dof_values (tmp, v); cell->set_dof_values_by_interpolation (v, x); }; @@ -115,8 +115,9 @@ void check_element (const Triangulation &tr, << "; relative residual: " << (relative_residual