]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Increase the precision with which we output data in two tests. 3741/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 6 Jan 2017 19:04:42 +0000 (12:04 -0700)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 6 Jan 2017 19:04:42 +0000 (12:04 -0700)
tests/fe/fe_project_2d.cc
tests/fe/fe_project_3d.cc

index 7b96d6f8c6a9bc7947b6178bb55c8410086dc62a..1e94630fedcc98ba849f9e729f8985d6bdbbb48a 100644 (file)
@@ -227,7 +227,7 @@ void test(const FiniteElement<dim> &fe, unsigned n_cycles, bool global, const Po
 int main ()\r
 {\r
   std::ofstream logfile ("output");\r
-  deallog << std::setprecision(6);\r
+  deallog << std::setprecision(7);\r
   deallog << std::fixed;\r
   deallog.attach(logfile);\r
   deallog.threshold_double (1e-8);\r
index ad26e94355b92b1ae06e9997ebb29e61c1d26ab9..c19a091aa2049d075f849b89567a331ce855c12d 100644 (file)
@@ -399,7 +399,7 @@ void test(const FiniteElement<dim> &fe, unsigned n_cycles, bool global, const Po
 int main ()\r
 {\r
   std::ofstream logfile ("output");\r
-  deallog << std::setprecision(6);\r
+  deallog << std::setprecision(7);\r
   deallog << std::fixed;\r
   deallog.attach(logfile);\r
   deallog.threshold_double (1e-8);\r

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.