From: guido Date: Fri, 31 Mar 2006 09:26:48 +0000 (+0000) Subject: Do not output to console X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10be45b61d061cc257f75f0aa9aa7454bdc57392;p=dealii-svn.git Do not output to console git-svn-id: https://svn.dealii.org/trunk@12793 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/interpolate_system.cc b/tests/fe/interpolate_system.cc index f3c1a143d1..5bef1b70af 100644 --- a/tests/fe/interpolate_system.cc +++ b/tests/fe/interpolate_system.cc @@ -87,7 +87,7 @@ int main() { std::ofstream logfile ("interpolate_system/output"); deallog.attach(logfile); -// deallog.depth_console(0); + deallog.depth_console(0); deallog.threshold_double(1.e-15); Q1WedgeFunction<1,1,2> w1;