From: wolf Date: Tue, 3 May 2005 13:43:40 +0000 (+0000) Subject: Declare missing exception. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4162e72a90db70b3276812f68a26778e3bf90b5;p=dealii-svn.git Declare missing exception. git-svn-id: https://svn.dealii.org/trunk@10616 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 80a2a44e6d..a20e9325b2 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -1118,6 +1118,10 @@ class SparseDirectUMFPACK : public virtual Subscriptor * Exception */ DeclException0 (ExcUMFPACKError); + /** + * Exception + */ + DeclException0 (ExcNeedsUMFPack); private: /**