]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix assert message 14369/head
authorPeter Munch <peterrmuench@gmail.com>
Sun, 23 Oct 2022 07:36:31 +0000 (09:36 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Sun, 23 Oct 2022 07:36:38 +0000 (09:36 +0200)
include/deal.II/lac/chunk_sparse_matrix.h
include/deal.II/lac/full_matrix.h
include/deal.II/lac/petsc_matrix_base.h
include/deal.II/lac/sparse_matrix.h
include/deal.II/lac/trilinos_sparse_matrix.h
include/deal.II/lac/trilinos_sparsity_pattern.h

index 6479eafe7d180719a854e86cca12511070293034..8e7829426e0ad0c2ecf88dba3f47dd6740e06ea0 100644 (file)
@@ -1395,7 +1395,7 @@ public:
    * Exception
    */
   DeclExceptionMsg(ExcSourceEqualsDestination,
-                   "You are attempting an operation on two matrices that "
+                   "You are attempting an operation on two vectors that "
                    "are the same object, but the operation requires that the "
                    "two objects are in fact different.");
   /** @} */
index 3a628a558b0210ccba0c4691d9154fed3dd896a5..ee50fb8da4a1b7d337ddf473c22b497e286ddd60 100644 (file)
@@ -1109,7 +1109,7 @@ public:
    * Exception
    */
   DeclExceptionMsg(ExcSourceEqualsDestination,
-                   "You are attempting an operation on two matrices that "
+                   "You are attempting an operation on two vectors that "
                    "are the same object, but the operation requires that the "
                    "two objects are in fact different.");
   /**
index 1aa5a9435ffe5c2be347384c95350223545ae48a..e6c712148564c737191ded1436c2a72b0b663d3d 100644 (file)
@@ -934,7 +934,7 @@ namespace PETScWrappers
      * Exception
      */
     DeclExceptionMsg(ExcSourceEqualsDestination,
-                     "You are attempting an operation on two matrices that "
+                     "You are attempting an operation on two vectors that "
                      "are the same object, but the operation requires that the "
                      "two objects are in fact different.");
 
index a27f2bb07f6afd1b3b48c08658b287ea81ccffba..248007e9c7ce9f7c2e968b8ffa3cec072f0605f8 100644 (file)
@@ -1710,7 +1710,7 @@ public:
    * Exception
    */
   DeclExceptionMsg(ExcSourceEqualsDestination,
-                   "You are attempting an operation on two matrices that "
+                   "You are attempting an operation on two vectors that "
                    "are the same object, but the operation requires that the "
                    "two objects are in fact different.");
   /** @} */
index 51ca742d5d7d74964e99f4e35f71c6c75f466f12..310ba946eef41d3fc1aeef0feaec9eca16fd6894 100644 (file)
@@ -1867,7 +1867,7 @@ namespace TrilinosWrappers
      * Exception
      */
     DeclExceptionMsg(ExcSourceEqualsDestination,
-                     "You are attempting an operation on two matrices that "
+                     "You are attempting an operation on two vectors that "
                      "are the same object, but the operation requires that the "
                      "two objects are in fact different.");
 
index 74c8ea1ea80a89cdd3376ed356d285c19edc5668..db1daea8ec2ad817c391074218a0764a48b5f0b5 100644 (file)
@@ -948,15 +948,6 @@ namespace TrilinosWrappers
                    << "The entry with index <" << arg1 << ',' << arg2
                    << "> does not exist.");
 
-    /**
-     * Exception
-     */
-    DeclExceptionMsg(
-      ExcSourceEqualsDestination,
-      "You are attempting an operation on two sparsity patterns that "
-      "are the same object, but the operation requires that the "
-      "two objects are in fact different.");
-
     /**
      * Exception
      */

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.