comparison src/OPERATORS/op-s-cs.cc @ 3540:6741bef26719

[project @ 2000-02-02 12:58:27 by jwe]
author jwe
date Wed, 02 Feb 2000 12:58:28 +0000
parents 0ff7323dab8b
children 7690958e7726
comparison
equal deleted inserted replaced
3539:ea583bc68959 3540:6741bef26719
183 INSTALL_BINOP (op_el_and, octave_scalar, octave_complex, el_and); 183 INSTALL_BINOP (op_el_and, octave_scalar, octave_complex, el_and);
184 INSTALL_BINOP (op_el_or, octave_scalar, octave_complex, el_or); 184 INSTALL_BINOP (op_el_or, octave_scalar, octave_complex, el_or);
185 185
186 INSTALL_ASSIGNCONV (octave_scalar, octave_complex, octave_complex_matrix); 186 INSTALL_ASSIGNCONV (octave_scalar, octave_complex, octave_complex_matrix);
187 187
188 INSTALL_WIDENOP (op_octave_scalar, octave_complex_matrix, complex_matrix_conv); 188 INSTALL_WIDENOP (octave_scalar, octave_complex_matrix, complex_matrix_conv);
189 } 189 }
190 190
191 /* 191 /*
192 ;;; Local Variables: *** 192 ;;; Local Variables: ***
193 ;;; mode: C++ *** 193 ;;; mode: C++ ***