]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Assertions should NOT assess the numerical merit of a method!
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 May 2002 11:09:28 +0000 (11:09 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 29 May 2002 11:09:28 +0000 (11:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@5925 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/solver_gmres.h

index 9509af21e23ea239602940ab83328de65dfa8656..ed7ffeac6ee3dd7a21c06b11c7c8a825ee4dd583 100644 (file)
@@ -301,10 +301,7 @@ SolverGMRES<VECTOR>::SolverGMRES (SolverControl        &cn,
                                         const AdditionalData &data) :
                Solver<VECTOR> (cn,mem),
                additional_data(data)
-{
-  Assert (additional_data.max_n_tmp_vectors >= 10, 
-         ExcTooFewTmpVectors (additional_data.max_n_tmp_vectors));
-};
+{};
 
 
 template <class VECTOR>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.