From 71d955c390ddf88923f32f7d3d425090d627bf15 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 21 Feb 2013 00:14:14 +0000 Subject: [PATCH] Better align. git-svn-id: https://svn.dealii.org/trunk@28501 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-20/step-20.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/examples/step-20/step-20.cc b/deal.II/examples/step-20/step-20.cc index 8131eed190..66f0937a26 100644 --- a/deal.II/examples/step-20/step-20.cc +++ b/deal.II/examples/step-20/step-20.cc @@ -677,8 +677,7 @@ namespace Step20 void MixedLaplaceProblem::solve () { PreconditionIdentity identity; - IterativeInverse > - m_inverse; + IterativeInverse > m_inverse; m_inverse.initialize(system_matrix.block(0,0), identity); m_inverse.solver.select("cg"); static ReductionControl inner_control(1000, 0., 1.e-13); -- 2.39.5