From: Guido Kanschat Date: Mon, 15 Aug 2011 12:17:25 +0000 (+0000) Subject: suppress screen output X-Git-Tag: v8.0.0~3697 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e19ef1eaf087b4f3dfa900c19af8831f46b6f5b;p=dealii.git suppress screen output git-svn-id: https://svn.dealii.org/trunk@24071 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/fe/shapes_faceq.cc b/tests/fe/shapes_faceq.cc index a98744d96e..613d711f57 100644 --- a/tests/fe/shapes_faceq.cc +++ b/tests/fe/shapes_faceq.cc @@ -48,7 +48,7 @@ main() std::ofstream logfile(logname.c_str()); deallog << std::setprecision(PRECISION) << std::fixed; deallog.attach(logfile); -// deallog.depth_console(0); + deallog.depth_console(0); deallog.threshold_double(1.e-10); plot_FE_FaceQ_shape_functions<2>();