From 53a347e768f724500aae175efebcbcb0ecd1cc3f Mon Sep 17 00:00:00 2001 From: young Date: Tue, 14 Feb 2012 09:16:09 +0000 Subject: [PATCH] Fix operator return-type typo git-svn-id: https://svn.dealii.org/trunk@25064 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/petsc_vector_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5