]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Limit output and make sure that small numbers are suppressed.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 27 May 2009 12:47:50 +0000 (12:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 27 May 2009 12:47:50 +0000 (12:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@18880 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/grid_transform_3d.cc

index c08aa9343f61d36f580e41fee62b0b0d683d203f..a20233b1b0e185cd9b68483b65b3cb4f0966f34c 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -88,6 +88,8 @@ int main ()
   
   GridOut grid_out;
   std::ofstream out("grid_transform_3d/output");
+  out.precision (5);
+  out << std::fixed;
   grid_out.write_gnuplot(tria, out);
   
   tria.clear();

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.