# HG changeset patch # User jwe # Date 1153350022 0 # Node ID 82c38ce145a76ae54ef45bd5b1293e21f449809c # Parent da843f35775c4145ee2adfce317217c25f832467 [project @ 2006-07-19 23:00:22 by jwe] diff --git a/src/OPERATORS/op-bm-b.cc b/src/OPERATORS/op-bm-b.cc --- 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);