diff src/OPERATORS/op-cs-sm.cc @ 7289:e5055ed23f52

[project @ 2007-12-11 17:36:19 by jwe]
author jwe
date Tue, 11 Dec 2007 17:36:20 +0000
parents a1dbe9d80eee
children 1685c61542f8
line wrap: on
line diff
--- a/src/OPERATORS/op-cs-sm.cc	Tue Dec 11 17:19:44 2007 +0000
+++ b/src/OPERATORS/op-cs-sm.cc	Tue Dec 11 17:36:20 2007 +0000
@@ -167,7 +167,8 @@
 
   INSTALL_CATOP (octave_complex, octave_sparse_matrix, cs_sm);
 
-  INSTALL_ASSIGNCONV (octave_complex, octave_sparse_matrix, octave_sparse_matrix);
+  INSTALL_ASSIGNCONV (octave_complex, octave_sparse_matrix, 
+		      octave_complex_matrix);
 
   INSTALL_WIDENOP (octave_complex, octave_sparse_matrix, sparse_matrix_conv);
 }