From 26c722437bb6f415228778477cb4820d22bd277e Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 31 Jan 2018 21:55:55 -0500 Subject: [PATCH] Remove reference to a function that does not exist --- include/deal.II/lac/trilinos_vector.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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; -- 2.39.5