diff liboctave/sparse-dmsolve.cc @ 5785:6b9cec830d72

[project @ 2006-05-03 19:32:46 by dbateman]
author dbateman
date Wed, 03 May 2006 19:32:48 +0000
parents ace8d8d26933
children eb90c83b4f91
line wrap: on
line diff
--- a/liboctave/sparse-dmsolve.cc	Wed May 03 05:57:16 2006 +0000
+++ b/liboctave/sparse-dmsolve.cc	Wed May 03 19:32:48 2006 +0000
@@ -31,7 +31,7 @@
 #include "MSparse.h"
 #include "SparseQR.h"
 #include "SparseCmplxQR.h"
-#include "SparseType.h"
+#include "MatrixType.h"
 #include "oct-sort.h"
 
 template <class T>
@@ -430,7 +430,7 @@
 	  RT btmp2 = dmsolve_extract (btmp, NULL, NULL, dm->rr [1], dm->rr [2], 
 				      0, b_nc);
 	  double rcond = 0.0;
-	  SparseType mtyp (SparseType::Full);
+	  MatrixType mtyp (MatrixType::Full);
 	  RT mtmp = m.solve (mtyp, btmp2, info, rcond, 
 			     solve_singularity_warning, false);	
 	  if (info != 0)