From a84b8a749afc1f47675eefac57365434977ce108 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 26 Mar 1999 10:19:20 +0000 Subject: [PATCH] Remove an assertion that was not in the original DEAL implementation and seems incorrect (at least the GMRES solver relied on these assertions being invalid). git-svn-id: https://svn.dealii.org/trunk@1053 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.templates.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deal.II/lac/include/lac/full_matrix.templates.h b/deal.II/lac/include/lac/full_matrix.templates.h index 4abcbf415e..b1eaf560f0 100644 --- a/deal.II/lac/include/lac/full_matrix.templates.h +++ b/deal.II/lac/include/lac/full_matrix.templates.h @@ -435,10 +435,6 @@ template template void FullMatrix::backward (Vector& dst, const Vector& src) const { - Assert(n() <= m(), ExcNotQuadratic()); - Assert(dst.size() == n(), ExcDimensionMismatch(dst.size(), n())); - Assert(src.size() == m(), ExcDimensionMismatch(src.size(), m())); - unsigned int j; unsigned int nu = (m()