From: Toby D. Young Date: Tue, 14 Feb 2012 09:16:09 +0000 (+0000) Subject: Fix operator return-type typo X-Git-Tag: v8.0.0~2916 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52be8a677baabe843d7e9c240b2d6334dd93945c;p=dealii.git Fix operator return-type typo git-svn-id: https://svn.dealii.org/trunk@25064 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/petsc_vector_base.h b/deal.II/include/deal.II/lac/petsc_vector_base.h index 2402d057e9..3d3c08e1cb 100644 --- a/deal.II/include/deal.II/lac/petsc_vector_base.h +++ b/deal.II/include/deal.II/lac/petsc_vector_base.h @@ -423,8 +423,8 @@ namespace PETScWrappers * * Exactly the same as operator(). */ - PETScScalar - operator [] (const unsigned int index) const; + PetscScalar + operator [] (const unsigned int index) const; /** * A collective set operation: instead