]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove reference to a function that does not exist 5835/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 1 Feb 2018 02:55:55 +0000 (21:55 -0500)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Thu, 1 Feb 2018 02:55:55 +0000 (21:55 -0500)
include/deal.II/lac/trilinos_vector.h

index c16cbd3961bced66b20a85f438adf2cbb297e5e5..bb6066496d66e3dec3151b1b6235b05a44bad6a0 100644 (file)
@@ -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
-       * <code>el()</code> 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
-       * <code>el()</code> function below that always succeeds (but returns zero
-       * on non-local elements).
+       * Otherwise, an exception is thrown.
        */
       TrilinosScalar
       operator() (const size_type index) const;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.