From: Ralf Hartmann Date: Wed, 21 Sep 2005 11:01:21 +0000 (+0000) Subject: Remove exception which has been moved to StandardExceptions. X-Git-Tag: v8.0.0~13116 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b1f04da386bc2b69d1340165ffa997f35ccc9f;p=dealii.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: /**