From: young Date: Tue, 14 Feb 2012 09:16:09 +0000 (+0000) Subject: Fix operator return-type typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a347e768f724500aae175efebcbcb0ecd1cc3f;p=dealii-svn.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