Mercurial > hg > octave-nkf
changeset 5899:82c38ce145a7
[project @ 2006-07-19 23:00:22 by jwe]
author | jwe |
---|---|
date | Wed, 19 Jul 2006 23:00:22 +0000 |
parents | da843f35775c |
children | c20eb7330d13 |
files | src/OPERATORS/op-bm-b.cc |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/OPERATORS/op-bm-b.cc +++ b/src/OPERATORS/op-bm-b.cc @@ -31,9 +31,7 @@ #include "ov-bool.h" #include "ov-bool-mat.h" #include "ov-scalar.h" -#include "ov-range.h" #include "ov-re-mat.h" -#include "ov-re-sparse.h" #include "ov-str-mat.h" #include "ov-int8.h" #include "ov-int16.h" @@ -91,10 +89,6 @@ INSTALL_ASSIGNOP (op_asn_eq, octave_bool_matrix, octave_scalar, conv_and_assign); - INSTALL_ASSIGNOP (op_asn_eq, octave_bool_matrix, octave_range, conv_and_assign); - - INSTALL_ASSIGNOP (op_asn_eq, octave_bool_matrix, octave_sparse_matrix, conv_and_assign); - INSTALL_ASSIGNOP (op_asn_eq, octave_bool_matrix, octave_int8_scalar, conv_and_assign); INSTALL_ASSIGNOP (op_asn_eq, octave_bool_matrix, octave_int16_scalar, conv_and_assign); INSTALL_ASSIGNOP (op_asn_eq, octave_bool_matrix, octave_int32_scalar, conv_and_assign);