]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Typo fix.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 Nov 2012 00:58:13 +0000 (00:58 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 5 Nov 2012 00:58:13 +0000 (00:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@27383 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/trilinos_precondition.h

index 025817f8bec7fade23172dfc0e47beaec7397074..7016fab4b604c1384c2886cc714f8f5e41146e0a 100644 (file)
@@ -116,7 +116,7 @@ namespace TrilinosWrappers
                   const VectorBase &src) const;
 
                                        /**
-                                        * Apply transpose the preconditioner.
+                                        * Apply the transpose preconditioner.
                                         */
       void Tvmult (VectorBase       &dst,
                   const VectorBase &src) const;
@@ -1522,7 +1522,7 @@ namespace TrilinosWrappers
             ExcNonMatchingMaps("dst"));
     Assert (src.vector_partitioner().SameAs(preconditioner->OperatorDomainMap()),
             ExcNonMatchingMaps("src"));
-    
+
     preconditioner->SetUseTranspose(true);
     const int ierr = preconditioner->ApplyInverse (src.trilinos_vector(),
                                                    dst.trilinos_vector());

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.