From a7c6ee172d8fa4e4d7e27656b4c70dc54a02adc8 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 24 Jan 2008 17:46:44 +0000 Subject: [PATCH] Fix according to current style. git-svn-id: https://svn.dealii.org/trunk@15675 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/constraints_zero_condense.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/deal.II/constraints_zero_condense.cc b/tests/deal.II/constraints_zero_condense.cc index 3a1e303027..a51f272001 100644 --- a/tests/deal.II/constraints_zero_condense.cc +++ b/tests/deal.II/constraints_zero_condense.cc @@ -24,6 +24,7 @@ #include #include +#include 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); -- 2.39.5