comparison src/OPERATORS/op-s-scm.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
comparison
equal deleted inserted replaced
7288:1885f4c7e4b3 7289:e5055ed23f52
177 el_or); 177 el_or);
178 178
179 INSTALL_CATOP (octave_scalar, octave_sparse_complex_matrix, s_scm); 179 INSTALL_CATOP (octave_scalar, octave_sparse_complex_matrix, s_scm);
180 180
181 INSTALL_ASSIGNCONV (octave_scalar, octave_sparse_complex_matrix, 181 INSTALL_ASSIGNCONV (octave_scalar, octave_sparse_complex_matrix,
182 octave_sparse_complex_matrix); 182 octave_complex_matrix);
183 183
184 INSTALL_WIDENOP (octave_scalar, octave_sparse_complex_matrix, 184 INSTALL_WIDENOP (octave_scalar, octave_sparse_complex_matrix,
185 sparse_complex_matrix_conv); 185 sparse_complex_matrix_conv);
186 } 186 }
187 187