From: Wolfgang Bangerth Date: Wed, 29 Jun 2011 18:14:25 +0000 (+0000) Subject: Only the 3d case is affected. X-Git-Tag: v8.0.0~3886 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2315ab03fb30bcb27e6ecdf59c2f19905a411e03;p=dealii.git Only the 3d case is affected. git-svn-id: https://svn.dealii.org/trunk@23879 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/no_flux_06.cc b/tests/deal.II/no_flux_06.cc index a6068635ef..a821b02ba2 100644 --- a/tests/deal.II/no_flux_06.cc +++ b/tests/deal.II/no_flux_06.cc @@ -57,7 +57,6 @@ void test_hyper_cube() mapping); cm.close(); - cm.print (deallog.get_file_stream ()); } @@ -71,6 +70,5 @@ int main() deallog.depth_console (0); deallog.threshold_double(1.e-12); - test_hyper_cube<2>(); test_hyper_cube<3>(); }