From 3049a04f66e1c5afcedcd1c0c0b9dbc1d96055b1 Mon Sep 17 00:00:00 2001
From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 14 Sep 2001 13:26:52 +0000
Subject: [PATCH] Write error in fixed notation, rather than in scientific.

git-svn-id: https://svn.dealii.org/trunk@5013 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/examples/step-11/step-11.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deal.II/examples/step-11/step-11.cc b/deal.II/examples/step-11/step-11.cc
index 7d734fe575..e2d56563a0 100644
--- a/deal.II/examples/step-11/step-11.cc
+++ b/deal.II/examples/step-11/step-11.cc
@@ -631,7 +631,7 @@ void LaplaceProblem<dim>::run ()
 				   // write a table of results to the
 				   // screen:
   output_table.set_precision("|u|_1", 6);
-  output_table.set_scientific("error", true);
+  output_table.set_precision("error", 6);
   output_table.write_text (std::cout);
   std::cout << std::endl;
 };
-- 
2.39.5