]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Properly indent.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 5 Jan 2010 17:22:15 +0000 (17:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 5 Jan 2010 17:22:15 +0000 (17:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@20296 0785d39b-7218-0410-832d-ea1e28bc413d

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

index a90bc97f449423dfc1025e2d75ba4afd71ca1935..22557a4b9a474bc7678425b2e8e352cd1c071af6 100644 (file)
@@ -881,11 +881,11 @@ void StokesProblem<dim>::solve_mg ()
     BlockVector<double> >
   mg_smoother(mg_vector_memory);
 
-MGLevelObject<typename Smoother::AdditionalData>
-smoother_data (0, triangulation.n_levels());
+  MGLevelObject<typename Smoother::AdditionalData>
+    smoother_data (0, triangulation.n_levels());
 
-for (unsigned int level=0; level<triangulation.n_levels(); ++level)
-  smoother_data[level].A_preconditioner = mg_A_preconditioner[level].get();
+  for (unsigned int level=0; level<triangulation.n_levels(); ++level)
+    smoother_data[level].A_preconditioner = mg_A_preconditioner[level].get();
 
   mg_smoother.initialize(mg_matrices, smoother_data);
   mg_smoother.set_steps(2);

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.