From: kronbichler Date: Sun, 1 Dec 2013 20:04:03 +0000 (+0000) Subject: Add a comment X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb50e707d04bccd641f5349a88b6958ec59735e0;p=dealii-svn.git Add a comment git-svn-id: https://svn.dealii.org/trunk@31842 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/gmres_reorthogonalize_04.cc b/tests/lac/gmres_reorthogonalize_04.cc index 39525a07d0..4365485eec 100644 --- a/tests/lac/gmres_reorthogonalize_04.cc +++ b/tests/lac/gmres_reorthogonalize_04.cc @@ -66,6 +66,9 @@ void test () for (unsigned int i=0; i::epsilon()); typename SolverGMRES >::AdditionalData data; data.max_n_tmp_vectors = 202;