From 44dca91a75fda1ea7e594d21cddcb63f7ee7c775 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Apr 2004 16:14:40 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@8988 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/petsc_vector_base.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/source/petsc_vector_base.cc b/deal.II/lac/source/petsc_vector_base.cc index c35f77aec6..4ba8f84601 100644 --- a/deal.II/lac/source/petsc_vector_base.cc +++ b/deal.II/lac/source/petsc_vector_base.cc @@ -31,8 +31,8 @@ namespace PETScWrappers ExcIndexRange (index, 0, vector.size())); // this is clumsy: there is no simple - // way in PETSc read an element from a - // vector, i.e. there is no function + // way in PETSc to read an element from + // a vector, i.e. there is no function // VecGetValue or so. The only way is // to obtain a pointer to a contiguous // representation of the vector and -- 2.39.5