From: hartmann Date: Wed, 21 Sep 2005 11:01:21 +0000 (+0000) Subject: Remove exception which has been moved to StandardExceptions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4697e3c76543f89823466839f608f1e38625d0d;p=dealii-svn.git Remove exception which has been moved to StandardExceptions. git-svn-id: https://svn.dealii.org/trunk@11487 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 142ef61b1c..ee5ce30565 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1171,10 +1171,6 @@ class SparseDirectUMFPACK : public Subscriptor * Exception */ DeclException0 (ExcUMFPACKError); - /** - * Exception - */ - DeclException0 (ExcNeedsUMFPack); private: /**