From de28b170955e0f6cb6670235d9058512a62d746f Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 29 Mar 2016 07:23:39 +0200 Subject: [PATCH] extend gla/vec_05 to complex-valued PETSc --- tests/gla/vec_05.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gla/vec_05.cc b/tests/gla/vec_05.cc index c12efc7a2f..fa0d83e60a 100644 --- a/tests/gla/vec_05.cc +++ b/tests/gla/vec_05.cc @@ -78,7 +78,7 @@ void test () x.reinit(g); Assert(x.has_ghost_elements(), ExcInternalError()); Assert(x.size()==g.size(), ExcInternalError()); - deallog << x(1) << std::endl; + deallog << get_real_assert_zero_imag(x(1)) << std::endl; x.reinit(v); Assert(!x.has_ghost_elements(), ExcInternalError()); -- 2.39.5