]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix cut'n'pasto in exception message.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Aug 2011 23:07:33 +0000 (23:07 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 30 Aug 2011 23:07:33 +0000 (23:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@24222 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/petsc_matrix_base.h

index 2cb99594b0d72939d259bcd0712a21565b9b9656..4e16e9f1f4d0cf65c1727998825aeefd8ad0de2f 100644 (file)
@@ -1,7 +1,7 @@
 //---------------------------------------------------------------------------
 //    $Id$
 //
-//    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors
+//    Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -1148,7 +1148,7 @@ namespace PETScWrappers
                                         * Exception
                                         */
       DeclException0 (ExcSourceEqualsDestination);
-      
+
       /**
         * Exception.
        */
@@ -1159,13 +1159,13 @@ namespace PETScWrappers
                          "'set'" :
                          (arg1 == 2 ?
                           "'add'" : "???"))
-                     << " operation but the vector is currently in "
+                     << " operation but the matrix is currently in "
                      << (arg2 == 1 ?
                          "'set'" :
                          (arg2 == 2 ?
                           "'add'" : "???"))
                      << " mode. You first have to call 'compress()'.");
-       
+
     protected:
                                        /**
                                         * A generic matrix object in
@@ -1810,7 +1810,7 @@ namespace PETScWrappers
   void
   MatrixBase::prepare_action(const LastAction::Values new_action)
   {
-    if (last_action == new_action) 
+    if (last_action == new_action)
       ;
     else if (last_action == LastAction::none)
       last_action = new_action;

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.