diff liboctave/SparsedbleLU.cc @ 5451:ed08548b9054

[project @ 2005-09-15 19:52:50 by jwe]
author jwe
date Thu, 15 Sep 2005 19:52:50 +0000
parents 22994a5730f9
children 8d7162924bd3
line wrap: on
line diff
--- a/liboctave/SparsedbleLU.cc	Thu Sep 15 15:36:26 2005 +0000
+++ b/liboctave/SparsedbleLU.cc	Thu Sep 15 19:52:50 2005 +0000
@@ -38,12 +38,7 @@
 
 template class sparse_base_lu <SparseMatrix, double, SparseMatrix, double>;
 
-#ifdef HAVE_UMFPACK
-// Include the UMFPACK functions
-extern "C" {
-#include <umfpack/umfpack.h>
-}
-#endif
+#include "oct-sparse.h"
 
 SparseLU::SparseLU (const SparseMatrix& a, double piv_thres)
 {