From b6aea02ce5b7c4a7189d823c9ced26ffcd7d53f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth 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