From fbcfecb58d41705d76eb34cb276405a6f7f56700 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 23 Mar 2004 20:40:23 +0000 Subject: [PATCH] Reindent. git-svn-id: https://svn.dealii.org/trunk@8854 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/petsc_vector_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/petsc_vector_base.h b/deal.II/lac/include/lac/petsc_vector_base.h index 65b78c85c1..6dae8e4735 100644 --- a/deal.II/lac/include/lac/petsc_vector_base.h +++ b/deal.II/lac/include/lac/petsc_vector_base.h @@ -233,7 +233,7 @@ namespace PETScWrappers * vectors. */ void reinit (const unsigned int N, - const bool fast=false, + const bool fast = false, const unsigned int local_size = 0); /** @@ -247,7 +247,7 @@ namespace PETScWrappers * fast)}. */ void reinit (const VectorBase &V, - const bool fast=false); + const bool fast = false); /** * Set all entries to zero. Equivalent -- 2.39.5