From 654bc2bd777340f70e46b8c4fefbe79255c905ca Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 23 Sep 2004 09:23:43 +0000 Subject: [PATCH] make class exist, but empty if not configured git-svn-id: https://svn.dealii.org/trunk@9673 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 927359b15f..b6a600c429 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -996,7 +996,6 @@ class SparseDirectMA47 : public Subscriptor -#ifdef HAVE_UMFPACK /** * This class provides an interface to the sparse direct solver UMFPACK (see @@ -1016,6 +1015,8 @@ class SparseDirectMA47 : public Subscriptor */ class SparseDirectUMFPACK : public Subscriptor { +#ifdef HAVE_UMFPACK + public: /** * Constructor. See the @@ -1144,9 +1145,9 @@ class SparseDirectUMFPACK : public Subscriptor * routines. */ std::vector control; -}; #endif +}; /*@}*/ -- 2.39.5