From: Wolfgang Bangerth Date: Tue, 14 Mar 2006 21:17:17 +0000 (+0000) Subject: Remove an assertion that doesn't work in libstdc++ debug mode. X-Git-Tag: v8.0.0~12109 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa07fb46ade4687e84c5e9aca601895e410afab;p=dealii.git Remove an assertion that doesn't work in libstdc++ debug mode. git-svn-id: https://svn.dealii.org/trunk@12586 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index 0b085c0155..35687b8734 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// std::copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by Wolfgang Bangerth +// std::copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Wolfgang Bangerth // // This file is subject to QPL and may not be distributed // without std::copyright and license information. Please refer @@ -5756,9 +5756,6 @@ void TimeStep_ErrorEstimation::estimate_error_dual () { primal_cell_old, dual_cell_old, cellwise_error, fe_values); - - Assert (cellwise_error.next_free_slot == &*cellwise_error.errors.end(), - ::ExcInternalError()); }; ErrorOnCell total_estimated_error;