From d4ce14bdb3ccb9652e4251f86923e22564f0cc7d Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 12 Nov 2015 15:17:18 -0500 Subject: [PATCH] Fix an astyle indentation issue. --- include/deal.II/numerics/dof_print_solver_step.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/deal.II/numerics/dof_print_solver_step.h b/include/deal.II/numerics/dof_print_solver_step.h index 366cd60e1d..3ed3c435d7 100644 --- a/include/deal.II/numerics/dof_print_solver_step.h +++ b/include/deal.II/numerics/dof_print_solver_step.h @@ -101,10 +101,11 @@ DoFPrintSolverStep::DoFPrintSolverStep template void -DoFPrintSolverStep::print_vectors (const unsigned int step, - const VectorType &x, - const VectorType &r, - const VectorType &d) const +DoFPrintSolverStep::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"); -- 2.39.5