]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Definition of ExcTrilinosError
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Aug 2008 19:21:29 +0000 (19:21 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 21 Aug 2008 19:21:29 +0000 (19:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@16630 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/exceptions.h

index f867200151736f2f18616ec92748e3d87965424f..b214a808a5e8e7aa7e2e2bf58f82b230c1a3662d 100644 (file)
@@ -52,6 +52,16 @@ namespace LACExceptions
                  << "An error with error number " << arg1
                  << " occured while calling a PETSc function");
   
+                                  /**
+                                   * An error of a Trilinos function was
+                                   * encountered. Check the Trilinos
+                                   * documentation for details.
+                                   */
+  DeclException1 (ExcTrilinosError,
+                 int,
+                 << "An error with error number " << arg1
+                 << " occured while calling a Trilinos 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.