From 6437383c1580c672d2c9c9b146cc9bf28d823b80 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 25 Apr 2001 09:59:34 +0000 Subject: [PATCH] test runs in restricted version git-svn-id: https://svn.dealii.org/trunk@4487 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/mglocal.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/mglocal.cc b/tests/deal.II/mglocal.cc index a94b298444..45b8742aef 100644 --- a/tests/deal.II/mglocal.cc +++ b/tests/deal.II/mglocal.cc @@ -74,7 +74,7 @@ int main() // logfile.precision (3); deallog.attach(logfile); // deallog.log_execution_time(true); -// deallog.depth_console(0); + deallog.depth_console(0); deallog << "Test" << std::endl; -- 2.39.5