]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Move an exception from the .cc file
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Jun 2007 05:03:34 +0000 (05:03 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 26 Jun 2007 05:03:34 +0000 (05:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@14805 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/data_out_base.h

index 3003469eae6bf21073fb33dcd81bab155d531b47..abcfc86564bfdfd936b87488ef9cdbc64af497b0 100644 (file)
@@ -2963,7 +2963,16 @@ class DataOutReader : public DataOutInterface<dim,spacedim>
                                       * Exception
                                       */
     DeclException0 (ExcIncompatiblePatchLists);
-
+                                    /**
+                                     * Exception
+                                     */
+    DeclException4 (ExcIncompatibleDimensions,
+                   int, int, int, int,
+                   << "Either the dimensions <" << arg1 << "> and <"
+                   << arg2 << "> or the space dimensions <"
+                   << arg3 << "> and <" << arg4
+                   << "> do not match!");
+    
   protected:
                                     /**
                                      * This is the function

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.