]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix an astyle indentation issue.
authorDavid Wells <wellsd2@rpi.edu>
Thu, 12 Nov 2015 20:17:18 +0000 (15:17 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 12 Nov 2015 20:17:49 +0000 (15:17 -0500)
include/deal.II/numerics/dof_print_solver_step.h

index 366cd60e1d11131693f2c5ae5ded2d5dcedc815d..3ed3c435d795543ede53b2bce663916e56691430 100644 (file)
@@ -101,10 +101,11 @@ DoFPrintSolverStep<dim, SolverType, VectorType>::DoFPrintSolverStep
 
 template<int dim, typename SolverType, class VectorType>
 void
-DoFPrintSolverStep<dim, SolverType, VectorType>::print_vectors (const unsigned int  step,
-                                                                const VectorType   &x,
-                                                                const VectorType   &r,
-                                                                const VectorType   &d) const
+DoFPrintSolverStep<dim, SolverType, VectorType>::print_vectors
+(const unsigned int  step,
+ const VectorType   &x,
+ const VectorType   &r,
+ const VectorType   &d) const
 {
   out.clear_data_vectors();
   out.add_data_vector(x, "solution");

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.