From: wolf Date: Fri, 26 Mar 1999 10:19:20 +0000 (+0000) Subject: Remove an assertion that was not in the original DEAL implementation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a84b8a749afc1f47675eefac57365434977ce108;p=dealii-svn.git 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 --- 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()