]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
allow construction and destruction of objects even without UMFPACK library
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 May 2005 09:05:49 +0000 (09:05 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 4 May 2005 09:05:49 +0000 (09:05 +0000)
git-svn-id: https://svn.dealii.org/trunk@10645 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 5fe5547b8892d3fe314c985c7c0dc9ffa58d7caf..68b5dc1a6a400448568e7995092485b78e54df4a 100644 (file)
@@ -1852,16 +1852,12 @@ SparseDirectUMFPACK::SparseDirectUMFPACK ()
                 symbolic_decomposition (0),
                 numeric_decomposition (0),
                 control (0)
-{
-  Assert(false, ExcNeedsUMFPACK());
-}
+{}
 
 
 void
 SparseDirectUMFPACK::clear ()
-{
-  Assert(false, ExcNeedsUMFPACK());
-}
+{}
 
 
 void SparseDirectUMFPACK::factorize (const SparseMatrix<double> &)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.