From: Ralf Hartmann Date: Tue, 5 Jul 2005 20:19:51 +0000 (+0000) Subject: Comment out grid_in_3d_evil_*.in grids which include negative cells. Reinclude them... X-Git-Tag: v8.0.0~13483 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f6124cb3791a6cd3190bc38587e4629c45c4b5;p=dealii.git 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 --- 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"); }