From: Daniel Arndt Date: Wed, 20 Mar 2019 16:01:28 +0000 (+0100) Subject: Fix data_out_13 in case there is no ZLIB support X-Git-Tag: v9.1.0-rc1~270^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d46c79d79a16b70f725800b47998e124171e8858;p=dealii.git Fix data_out_13 in case there is no ZLIB support --- diff --git a/tests/data_out/data_out_13.with_zlib=off.output b/tests/data_out/data_out_13.with_zlib=off.output new file mode 100644 index 0000000000..df62af4878 --- /dev/null +++ b/tests/data_out/data_out_13.with_zlib=off.output @@ -0,0 +1,111 @@ + + + + + + + + +0.00000 0.00000 0 +1.00000 0.00000 0 +0.00000 1.00000 0 +1.00000 1.00000 0 + + + + + +0 1 3 2 + + +4 + + +9 + + + + +1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 1.00000 1.00000 0.00000 1.00000 1.00000 0.00000 + +1.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 0.00000 3.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 3.00000 0.00000 0.00000 0.00000 0.00000 3.00000 1.00000 0.00000 1.00000 2.00000 0.00000 0.00000 0.00000 0.00000 + + + + + + + + + + + + + + + + + + + + + + + + + +0.00000 0.00000 0.00000 +1.00000 0.00000 0.00000 +0.00000 1.00000 0.00000 +1.00000 1.00000 0.00000 +0.00000 0.00000 1.00000 +1.00000 0.00000 1.00000 +0.00000 1.00000 1.00000 +1.00000 1.00000 1.00000 + + + + + +0 1 3 2 4 5 7 6 + + +8 + + +12 + + + + +1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 1.00000 1.00000 0.00000 1.00000 1.00000 0.00000 1.00000 0.00000 0.00000 1.00000 0.00000 0.00000 1.00000 1.00000 0.00000 1.00000 1.00000 0.00000 + +1.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 1.00000 -2.00000 0.00000 0.00000 0.00000 -2.00000 0.00000 0.00000 0.00000 3.00000 1.00000 0.00000 0.00000 0.00000 1.00000 0.00000 0.00000 0.00000 0.00100000 2.00000 1.00000 1.00000 1.00000 2.00000 1.00000 1.00000 1.00000 3.00000 0.247186 0.490995 0.131325 0.490995 -0.371056 0.719072 0.131325 0.719072 -0.156008 0.280588 0.467439 0.934953 0.467439 0.0600321 -0.211376 0.934953 -0.211376 0.962976 0.0628610 -0.0117908 -0.667617 -0.0117908 -0.390601 -0.957805 -0.667617 -0.957805 -0.193320 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 + + + + + + + + + + + + + + + + + + diff --git a/tests/data_out/data_out_13.output b/tests/data_out/data_out_13.with_zlib=on.output similarity index 100% rename from tests/data_out/data_out_13.output rename to tests/data_out/data_out_13.with_zlib=on.output