From d4162e72a90db70b3276812f68a26778e3bf90b5 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 3 May 2005 13:43:40 +0000 Subject: [PATCH] Declare missing exception. git-svn-id: https://svn.dealii.org/trunk@10616 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 4 ++++ 1 file changed, 4 insertions(+) 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: /** -- 2.39.5