From f0b1f04da386bc2b69d1340165ffa997f35ccc9f Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 21 Sep 2005 11:01:21 +0000 Subject: [PATCH] Remove exception which has been moved to StandardExceptions. git-svn-id: https://svn.dealii.org/trunk@11487 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 4 ---- 1 file changed, 4 deletions(-) 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: /** -- 2.39.5