From 18f9073cf86e6bb6e8c049c7a87a42127b00909d Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 29 Jun 2011 18:14:25 +0000 Subject: [PATCH] Only the 3d case is affected. git-svn-id: https://svn.dealii.org/trunk@23879 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/no_flux_06.cc | 2 -- 1 file changed, 2 deletions(-) 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>(); } -- 2.39.5