diff src/sparse-xpow.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 164214586706
line wrap: on
line diff
--- a/src/sparse-xpow.cc	Wed May 03 05:57:16 2006 +0000
+++ b/src/sparse-xpow.cc	Wed May 03 19:32:48 2006 +0000
@@ -90,7 +90,7 @@
 
 		  octave_idx_type info;
 		  double rcond = 0.0;
-		  SparseType mattyp (a);
+		  MatrixType mattyp (a);
 
 		  atmp = a.inverse (mattyp, info, rcond, 1);
 
@@ -163,7 +163,7 @@
 
 		  octave_idx_type info;
 		  double rcond = 0.0;
-		  SparseType mattyp (a);
+		  MatrixType mattyp (a);
 
 		  atmp = a.inverse (mattyp, info, rcond, 1);