From c4733f852c7510cc0fc1653614da7eec712b632b Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 29 May 2002 11:09:28 +0000 Subject: [PATCH] Assertions should NOT assess the numerical merit of a method! git-svn-id: https://svn.dealii.org/trunk@5925 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_gmres.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index 9509af21e2..ed7ffeac6e 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -301,10 +301,7 @@ SolverGMRES::SolverGMRES (SolverControl &cn, const AdditionalData &data) : Solver (cn,mem), additional_data(data) -{ - Assert (additional_data.max_n_tmp_vectors >= 10, - ExcTooFewTmpVectors (additional_data.max_n_tmp_vectors)); -}; +{}; template -- 2.39.5