From: wolf Date: Tue, 23 Mar 2004 20:40:23 +0000 (+0000) Subject: Reindent. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbcfecb58d41705d76eb34cb276405a6f7f56700;p=dealii-svn.git Reindent. git-svn-id: https://svn.dealii.org/trunk@8854 0785d39b-7218-0410-832d-ea1e28bc413d --- 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