From ed627a795157aab4c34623647491bf124bce3bf1 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 27 Feb 2004 18:44:02 +0000 Subject: [PATCH] Doc update. git-svn-id: https://svn.dealii.org/trunk@8602 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/petsc_solver_09.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bits/petsc_solver_09.cc b/tests/bits/petsc_solver_09.cc index 097a1b28fe..961a108668 100644 --- a/tests/bits/petsc_solver_09.cc +++ b/tests/bits/petsc_solver_09.cc @@ -12,6 +12,10 @@ //---------------------------- petsc_solver_09.cc --------------------------- // test the PETSc TCQMR solver +// +// note that this test fails on PETSc 2.1.6 due to a bug in the TCQMR +// implementation. this is reported and should be fixed soonish + #include "../tests.h" -- 2.39.5