From acaf69089b885deda5361a72e6bd8d0e9336a08f Mon Sep 17 00:00:00 2001 From: oneliefleft Date: Fri, 1 Aug 2014 01:43:06 +0000 Subject: [PATCH] Fix a typo... --- include/deal.II/lac/petsc_vector_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/petsc_vector_base.h b/include/deal.II/lac/petsc_vector_base.h index 90e73b02e1..717cd84485 100644 --- a/include/deal.II/lac/petsc_vector_base.h +++ b/include/deal.II/lac/petsc_vector_base.h @@ -1298,7 +1298,7 @@ namespace PETScWrappers ierr = VecGetArray(locally_stored_elements, &ptr); AssertThrow (ierr == 0, ExcPETScError(ierr)); - for (PetscInti=0; i=static_cast(begin) -- 2.39.5