From b64e7f46a117c6bfe717972d5d02d9868d69b888 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 29 Mar 2001 14:32:07 +0000 Subject: [PATCH] Fix indentation slightly while we're at it. git-svn-id: https://svn.dealii.org/trunk@4328 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/solver_gmres.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/solver_gmres.h b/deal.II/lac/include/lac/solver_gmres.h index 5fb7bf9ddf..6e89994310 100644 --- a/deal.II/lac/include/lac/solver_gmres.h +++ b/deal.II/lac/include/lac/solver_gmres.h @@ -190,10 +190,10 @@ SolverGMRES::givens_rotation (Vector &h, template template typename Solver::ReturnState -SolverGMRES::solve (const MATRIX& A, - VECTOR & x, - const VECTOR& b, - const PRECONDITIONER& precondition) +SolverGMRES::solve (const MATRIX &A, + VECTOR &x, + const VECTOR &b, + const PRECONDITIONER &precondition) { // this code was written a very // long time ago by people not -- 2.39.5