]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Write error in fixed notation, rather than in scientific.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Sep 2001 13:26:52 +0000 (13:26 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 14 Sep 2001 13:26:52 +0000 (13:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@5013 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-11/step-11.cc

index 7d734fe575e9ca9588a4c123b31360780a04b972..e2d56563a01ae6ecc458936e1f968772e58fa8f8 100644 (file)
@@ -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;
 };

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.