From 4e0fed708a245940b27486496b6c873e077c84a1 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 16 Jan 2013 21:34:42 +0000 Subject: [PATCH] update test output git-svn-id: https://svn.dealii.org/trunk@28085 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/injection_q_dg0.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/fe/injection_q_dg0.cc b/tests/fe/injection_q_dg0.cc index 4d453ac417..7923e37349 100644 --- a/tests/fe/injection_q_dg0.cc +++ b/tests/fe/injection_q_dg0.cc @@ -22,5 +22,11 @@ void test () { for (unsigned int i=1; i<4; ++i) for (unsigned int j=i; j<4; ++j) - do_check (FE_Q_DG0(i), FE_Q_DG0(j)); + { + deallog << "inj " << i << " " << j << ":" << std::endl; + + + do_check (FE_Q_DG0(i), FE_Q_DG0(j)); + } + } -- 2.39.5