From: bangerth Date: Wed, 29 Jun 2011 18:14:25 +0000 (+0000) Subject: Only the 3d case is affected. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18f9073cf86e6bb6e8c049c7a87a42127b00909d;p=dealii-svn.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>(); }