From e872922e0792006008306591cef436cf84beab1b Mon Sep 17 00:00:00 2001 From: heister Date: Fri, 25 Oct 2013 22:47:38 +0000 Subject: [PATCH] test output was incorrect, because the first entry needs to be skipped. This breaks the test (to be fixed soon) git-svn-id: https://svn.dealii.org/trunk@31428 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/data_out_08.output | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bits/data_out_08.output b/tests/bits/data_out_08.output index 4725e3bc01..bd4f3f7361 100644 --- a/tests/bits/data_out_08.output +++ b/tests/bits/data_out_08.output @@ -12,7 +12,7 @@ cell_data 0 1 0 1 4 -0.0 0.0 0.0 0.0 +1.0 1.0 1.0 1.0 [deal.II intermediate Patch<2,2>] @@ -21,7 +21,7 @@ cell_data 1 1 0 1 4 -1.0 1.0 1.0 1.0 +2.0 2.0 2.0 2.0 [deal.II intermediate Patch<2,2>] @@ -30,7 +30,7 @@ cell_data 2 1 0 1 4 -2.0 2.0 2.0 2.0 +3.0 3.0 3.0 3.0 0 -- 2.39.5