From 49edccab71ad4435561af2a3eaa9f7136eca5c00 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 May 2022 10:29:29 -0600 Subject: [PATCH] Set test output to actual zero. --- tests/grid/reference_cell_type_03.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/grid/reference_cell_type_03.output b/tests/grid/reference_cell_type_03.output index 5929d52d54..42bbf99968 100644 --- a/tests/grid/reference_cell_type_03.output +++ b/tests/grid/reference_cell_type_03.output @@ -12,7 +12,7 @@ DEAL:3D::ReferenceCell: Tet DEAL:3D:: computed barycenter = 0.250000 0.250000 0.250000 DEAL:3D:: self-reported barycenter = 0.250000 0.250000 0.250000 DEAL:3D::ReferenceCell: Pyramid -DEAL:3D:: computed barycenter = 2.08167e-17 6.24500e-17 0.250000 +DEAL:3D:: computed barycenter = 0 0 0.250000 DEAL:3D:: self-reported barycenter = 0.00000 0.00000 0.250000 DEAL:3D::ReferenceCell: Wedge DEAL:3D:: computed barycenter = 0.333333 0.333333 0.500000 -- 2.39.5