From 4af251b369c875d805014a6e02e323ab8cca6a8b Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 30 Oct 2011 04:45:20 +0000 Subject: [PATCH] precision must be set on file, not on log git-svn-id: https://svn.dealii.org/trunk@24695 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/constraint_graph.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deal.II/constraint_graph.cc b/tests/deal.II/constraint_graph.cc index b8f5eac226..42396f050e 100644 --- a/tests/deal.II/constraint_graph.cc +++ b/tests/deal.II/constraint_graph.cc @@ -65,7 +65,7 @@ void test () int main () { initlog(__FILE__); - deallog << std::setprecision(2); + deallogfile << std::setprecision(2); deallog.threshold_double(1.e-10); test<3> (); -- 2.39.5