From: Wolfgang Bangerth Date: Mon, 12 Apr 2004 16:14:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~15361 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44dca91a75fda1ea7e594d21cddcb63f7ee7c775;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@8988 0785d39b-7218-0410-832d-ea1e28bc413d --- 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