From 0ca457e3dbfdf554e3111a629bc303b1ab6efb66 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 8 Jan 2021 10:19:54 -0500 Subject: [PATCH] Fix the VTK output in the exodusii test. The output for this test was generated before 2f788a5fdab, which changed (fixed) the node numbering of pyramids. We need to apply the same permutation to this output file. --- .../grid_in_exodusii.with_trilinos_with_seacas=on.output | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/grid/grid_in_exodusii.with_trilinos_with_seacas=on.output b/tests/grid/grid_in_exodusii.with_trilinos_with_seacas=on.output index 20404599dd..ba6bdfb8cd 100644 --- a/tests/grid/grid_in_exodusii.with_trilinos_with_seacas=on.output +++ b/tests/grid/grid_in_exodusii.with_trilinos_with_seacas=on.output @@ -142,7 +142,7 @@ POINTS 13 double CELLS 4 27 8 0 1 5 4 3 2 6 7 -5 4 5 7 6 8 +5 4 5 6 7 8 4 5 9 6 8 6 6 5 9 11 10 12 @@ -220,7 +220,7 @@ POINTS 29 double CELLS 4 27 8 0 1 5 4 3 2 6 7 -5 4 5 7 6 8 +5 4 5 6 7 8 4 5 9 6 8 6 6 5 9 11 10 12 @@ -288,7 +288,7 @@ POINTS 13 double CELLS 18 91 8 0 1 5 4 3 2 6 7 -5 4 5 7 6 8 +5 4 5 6 7 8 4 5 9 6 8 6 6 5 9 11 10 12 4 0 4 5 1 @@ -370,7 +370,7 @@ POINTS 13 double CELLS 18 91 8 0 1 5 4 3 2 6 7 -5 4 5 7 6 8 +5 4 5 6 7 8 4 5 9 6 8 6 6 5 9 11 10 12 4 0 4 5 1 -- 2.39.5