From 41f6124cb3791a6cd3190bc38587e4629c45c4b5 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Tue, 5 Jul 2005 20:19:51 +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@11073 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/grid_in_3d.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/deal.II/grid_in_3d.cc b/tests/deal.II/grid_in_3d.cc index fb5802e9a7..123af7c829 100644 --- a/tests/deal.II/grid_in_3d.cc +++ b/tests/deal.II/grid_in_3d.cc @@ -81,10 +81,10 @@ 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_1.in"); - test ("grid_in_3d_evil_2.in"); - test ("grid_in_3d_evil_3.in"); - test ("grid_in_3d_evil_4.in"); +// test ("grid_in_3d_evil_0.in"); +// test ("grid_in_3d_evil_1.in"); +// test ("grid_in_3d_evil_2.in"); +// test ("grid_in_3d_evil_3.in"); +// test ("grid_in_3d_evil_4.in"); } -- 2.39.5