From: Matthias Maier Date: Sat, 12 Aug 2017 14:37:35 +0000 (-0500) Subject: run astyle X-Git-Tag: v9.0.0-rc1~1295^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7928e400f4b17fc8721409eb7582d36cf7a1f2ae;p=dealii.git run astyle --- diff --git a/tests/lac/schur_complement_03.cc b/tests/lac/schur_complement_03.cc index f6dbe00298..cedbf48906 100644 --- a/tests/lac/schur_complement_03.cc +++ b/tests/lac/schur_complement_03.cc @@ -172,12 +172,12 @@ namespace Step22 const unsigned int n_u = dofs_per_block[0], n_p = dofs_per_block[1]; deallog << " Number of active cells: " - << triangulation.n_active_cells() - << std::endl - << " Number of degrees of freedom: " - << dof_handler.n_dofs() - << " (" << n_u << '+' << n_p << ')' - << std::endl; + << triangulation.n_active_cells() + << std::endl + << " Number of degrees of freedom: " + << dof_handler.n_dofs() + << " (" << n_u << '+' << n_p << ')' + << std::endl; { BlockDynamicSparsityPattern dsp (2,2); dsp.block(0,0).reinit (n_u, n_u); @@ -318,9 +318,9 @@ namespace Step22 constraints.distribute (solution); deallog << " " - << solver_control_S.last_step() - << " outer CG Schur complement iterations for pressure" - << std::endl; + << solver_control_S.last_step() + << " outer CG Schur complement iterations for pressure" + << std::endl; } template