]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix more wonky indentation (this time in step-4). 6649/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 22 May 2018 16:37:25 +0000 (00:37 +0800)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 22 May 2018 16:37:25 +0000 (00:37 +0800)
examples/step-4/step-4.cc

index 542ca232332f950dda08caab1f94f2bc07e3ab96..afcc23e80a94f5b60b132852994c8b6fd17df6cc 100644 (file)
@@ -434,8 +434,8 @@ void Step4<dim>::assemble_system ()
 template <int dim>
 void Step4<dim>::solve ()
 {
-  SolverControl           solver_control (1000, 1e-12);
-  SolverCG<>              solver (solver_control);
+  SolverControl solver_control (1000, 1e-12);
+  SolverCG<>    solver (solver_control);
   solver.solve (system_matrix, solution, system_rhs,
                 PreconditionIdentity());
 

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.