From: Ralf Hartmann Date: Tue, 5 Jul 2005 20:03:31 +0000 (+0000) Subject: Comment out grid_in_3d_evil_*.in grids which include negative cells. Reinclude them... X-Git-Tag: v8.0.0~13485 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0410ef5febac5ee9cf1201324939bf27d65be3e;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@11071 0785d39b-7218-0410-832d-ea1e28bc413d --- 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"); }