]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix according to current style.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jan 2008 17:46:44 +0000 (17:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 24 Jan 2008 17:46:44 +0000 (17:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@15675 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/constraints_zero_condense.cc

index 3a1e303027e9226f65478c53987a2d55536c0eb0..a51f27200172297261a177d71ca837245c233252 100644 (file)
@@ -24,6 +24,7 @@
 #include <lac/sparse_matrix.h>
 
 #include <fstream>
+#include <iomanip>
 
 
 void test ()
@@ -66,7 +67,7 @@ void test ()
 int main ()
 {
   std::ofstream logfile("constraints_zero_condense/output");
-  logfile.precision(2);
+  deallog << std::setprecision (2);
   
   deallog.attach(logfile);
   deallog.depth_console(0);

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.