From ad901e8a9f923c17ccede41ce57201898f8c647f Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 5 Dec 2005 14:47:41 +0000 Subject: [PATCH] Fix output. No idea why it was wrong in the first place... git-svn-id: https://svn.dealii.org/trunk@11818 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/data_out/cmp/x86_64-unknown-linux-gnu+gcc3.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/data_out/cmp/x86_64-unknown-linux-gnu+gcc3.3 b/tests/deal.II/data_out/cmp/x86_64-unknown-linux-gnu+gcc3.3 index c1cd64f467..cfac6fca7a 100644 --- a/tests/deal.II/data_out/cmp/x86_64-unknown-linux-gnu+gcc3.3 +++ b/tests/deal.II/data_out/cmp/x86_64-unknown-linux-gnu+gcc3.3 @@ -338,8 +338,8 @@ light_source { <0,20,0> color White } -#declare HMIN=1; -#declare HMAX=14; +#declare HMIN=0; +#declare HMAX=17; #declare Tex=texture{ pigment { -- 2.39.5