From: heister Date: Fri, 25 Oct 2013 22:47:38 +0000 (+0000) Subject: test output was incorrect, because the first entry needs to be skipped. This breaks... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e872922e0792006008306591cef436cf84beab1b;p=dealii-svn.git 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 --- 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