]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add descriptions to two more exceptions. 3111/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 13 Sep 2016 20:46:29 +0000 (14:46 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 13 Sep 2016 20:46:29 +0000 (14:46 -0600)
include/deal.II/base/data_out_base.h

index 38725b00402abfe994769405a852fe5c99946630..258f0f9af161ab9905e21ee9bc56f445c6c029a7 100644 (file)
@@ -2653,11 +2653,16 @@ public:
   /**
    * Exception
    */
-  DeclException0 (ExcIncompatibleDatasetNames);
+  DeclExceptionMsg (ExcIncompatibleDatasetNames,
+                    "You are trying to merge two sets of patches for which the "
+                    "declared names of the variables do not match.");
   /**
    * Exception
    */
-  DeclException0 (ExcIncompatiblePatchLists);
+  DeclExceptionMsg (ExcIncompatiblePatchLists,
+                    "You are trying to merge two sets of patches for which the "
+                    "number of subdivisions or the number of vector components "
+                    "do not match.");
   /**
    * 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.