]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
In the absence of umfpack, don't use special #define's.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 13:44:04 +0000 (13:44 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 3 May 2005 13:44:04 +0000 (13:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@10617 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/sparse_direct.cc

index 70304c1300cc5d472567a97b7de85fa84b171694..d4488cb81eb684fe3029e2a9d3aa6f492059c494 100644 (file)
@@ -1851,7 +1851,7 @@ SparseDirectUMFPACK::SparseDirectUMFPACK ()
                 :
                 symbolic_decomposition (0),
                 numeric_decomposition (0),
-                control (UMFPACK_CONTROL)
+                control (0)
 {
   Assert(false, ExcNeedsUMFPack());
 }
@@ -1863,17 +1863,20 @@ SparseDirectUMFPACK::clear ()
   Assert(false, ExcNeedsUMFPack());
 }
 
+
 void SparseDirectUMFPACK::factorize (const SparseMatrix<double> &)
 {
   Assert(false, ExcNeedsUMFPack());
 }
 
+
 void
 SparseDirectUMFPACK::solve (Vector<double> &) const
 {
   Assert(false, ExcNeedsUMFPack());
 }
 
+
 void
 SparseDirectUMFPACK::solve (const SparseMatrix<double> &,
                             Vector<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.