]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix documentation in a number of places (pointed out by Jean Ragusa).
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Feb 2014 00:16:26 +0000 (00:16 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 27 Feb 2014 00:16:26 +0000 (00:16 +0000)
git-svn-id: https://svn.dealii.org/trunk@32563 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/trilinos_vector_base.h

index 3ed409cd87569171cc604c6af726fa5168f016dd..55319da91b472f88ac574b8476bcaa5ab070d293 100644 (file)
@@ -1,7 +1,7 @@
 // ---------------------------------------------------------------------
 // $Id$
 //
-// Copyright (C) 2008 - 2013 by the deal.II authors
+// Copyright (C) 2008 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -621,7 +621,7 @@ namespace TrilinosWrappers
               const TrilinosScalar *values);
 
     /**
-     * A collective add operation: This funnction adds a whole set of values
+     * A collective add operation: This function adds a whole set of values
      * stored in @p values to the vector components specified by @p indices.
      */
     void add (const std::vector<size_type>      &indices,
@@ -679,13 +679,13 @@ namespace TrilinosWrappers
               const bool        allow_different_maps = false);
 
     /**
-     * Simple addition of a multiple of a vector, i.e. <tt>*this = a*V</tt>.
+     * Simple addition of a multiple of a vector, i.e. <tt>*this += a*V</tt>.
      */
     void add (const TrilinosScalar  a,
               const VectorBase     &V);
 
     /**
-     * Multiple addition of scaled vectors, i.e. <tt>*this = a*V + b*W</tt>.
+     * Multiple addition of scaled vectors, i.e. <tt>*this += a*V + b*W</tt>.
      */
     void add (const TrilinosScalar  a,
               const VectorBase     &V,
@@ -1375,7 +1375,7 @@ namespace TrilinosWrappers
             // use pre-allocated vector for non-local entries if it exists for
             // addition operation
             const TrilinosWrappers::types::int_type my_row = nonlocal_vector->Map().LID(static_cast<TrilinosWrappers::types::int_type>(row));
-            Assert(my_row != -1, 
+            Assert(my_row != -1,
                    ExcMessage("Attempted to write into off-processor vector entry "
                               "that has not be specified as being writable upon "
                                "initialization"));

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.