comparison src/OPERATORS/op-m-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 fb6b6fcafa62
comparison
equal deleted inserted replaced
7288:1885f4c7e4b3 7289:e5055ed23f52
166 el_or); 166 el_or);
167 167
168 INSTALL_CATOP (octave_matrix, octave_sparse_complex_matrix, m_scm); 168 INSTALL_CATOP (octave_matrix, octave_sparse_complex_matrix, m_scm);
169 169
170 INSTALL_ASSIGNCONV (octave_matrix, octave_sparse_complex_matrix, 170 INSTALL_ASSIGNCONV (octave_matrix, octave_sparse_complex_matrix,
171 octave_sparse_complex_matrix); 171 octave_complex_matrix);
172 172
173 INSTALL_WIDENOP (octave_matrix, octave_sparse_complex_matrix, 173 INSTALL_WIDENOP (octave_matrix, octave_sparse_complex_matrix,
174 sparse_complex_matrix_conv); 174 sparse_complex_matrix_conv);
175 } 175 }
176 176