]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Better align.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Feb 2013 00:14:14 +0000 (00:14 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Feb 2013 00:14:14 +0000 (00:14 +0000)
git-svn-id: https://svn.dealii.org/trunk@28501 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-20/step-20.cc

index 8131eed190247b59750156c861be579032b66b2a..66f0937a267de76bf08638a8875dda4174f4d2ed 100644 (file)
@@ -677,8 +677,7 @@ namespace Step20
   void MixedLaplaceProblem<dim>::solve ()
   {
     PreconditionIdentity identity;
-    IterativeInverse<Vector<double> >
-    m_inverse;
+    IterativeInverse<Vector<double> > 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);

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.