From: Bruno Turcksin Date: Thu, 1 Feb 2018 02:55:55 +0000 (-0500) Subject: Remove reference to a function that does not exist X-Git-Tag: v9.0.0-rc1~490^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5835%2Fhead;p=dealii.git Remove reference to a function that does not exist --- diff --git a/include/deal.II/lac/trilinos_vector.h b/include/deal.II/lac/trilinos_vector.h index c16cbd3961..bb6066496d 100644 --- a/include/deal.II/lac/trilinos_vector.h +++ b/include/deal.II/lac/trilinos_vector.h @@ -873,9 +873,7 @@ namespace TrilinosWrappers * * When using a vector distributed with MPI, this operation only makes * sense for elements that are actually present on the calling processor. - * Otherwise, an exception is thrown. This is different from the - * el() function below that always succeeds (but returns zero - * on non-local elements). + * Otherwise, an exception is thrown. */ reference operator() (const size_type index); @@ -885,9 +883,7 @@ namespace TrilinosWrappers * * When using a vector distributed with MPI, this operation only makes * sense for elements that are actually present on the calling processor. - * Otherwise, an exception is thrown. This is different from the - * el() function below that always succeeds (but returns zero - * on non-local elements). + * Otherwise, an exception is thrown. */ TrilinosScalar operator() (const size_type index) const;