From c0410ef5febac5ee9cf1201324939bf27d65be3e Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 5 Jul 2005 20:03:31 +0000 Subject: [PATCH] Comment out grid_in_3d_evil_*.in grids which include negative cells. Reinclude them as soon as renumbering of negative grids is available. git-svn-id: https://svn.dealii.org/trunk@11071 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/face_orientations_3d.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/deal.II/face_orientations_3d.cc b/tests/deal.II/face_orientations_3d.cc index ce94613d1d..f0a7109324 100644 --- a/tests/deal.II/face_orientations_3d.cc +++ b/tests/deal.II/face_orientations_3d.cc @@ -82,7 +82,7 @@ int main () test ("grid_in_3d_3.in"); test ("grid_in_3d_4.in"); - test ("grid_in_3d_evil_0.in"); - test ("grid_in_3d_evil_4.in"); +// test ("grid_in_3d_evil_0.in"); +// test ("grid_in_3d_evil_4.in"); } -- 2.39.5