diff liboctave/MatrixType.cc @ 6452:7e90124eddba

[project @ 2007-03-24 22:18:14 by dbateman]
author dbateman
date Sat, 24 Mar 2007 22:18:14 +0000
parents 068e52f1c005
children fa6312d93730
line wrap: on
line diff
--- a/liboctave/MatrixType.cc
+++ b/liboctave/MatrixType.cc
@@ -36,10 +36,8 @@
 // FIXME There is a large code duplication here
 
 MatrixType::MatrixType (void)
-  : typ (MatrixType::Unknown),
-    sp_bandden (octave_sparse_params::get_key ("bandden")),
-    bandden (0), upper_band (0), lower_band (0), dense (false),
-    full (false), nperm (0), perm (0) { }
+  : typ (MatrixType::Unknown), sp_bandden (0), bandden (0), upper_band (0), 
+    lower_band (0), dense (false), full (false), nperm (0), perm (0) { }
 
 MatrixType::MatrixType (const MatrixType &a)
   : typ (a.typ), sp_bandden (a.sp_bandden), bandden (a.bandden),