changeset 4674:7736835a5c8e

[project @ 2003-12-10 20:44:26 by jwe]
author jwe
date Wed, 10 Dec 2003 20:44:27 +0000
parents 6639c2574023
children f6d6335c08f6
files liboctave/ChangeLog liboctave/mx-ops
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Wed Dec 10 16:11:54 2003 +0000
+++ b/liboctave/ChangeLog	Wed Dec 10 20:44:27 2003 +0000
@@ -1,5 +1,8 @@
 2003-12-10  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
+	* mx-ops: Delete bnda x bnda, b x bnda, and bnda x b ops since
+	they are already defined in boolNDArray.cc.
+
 	* Array-util.cc (get_zero_len_size): Delete.
 	* Array.cc (Array<T>::index (Array<idx_vector>&, int, const T&)):
 	Handle zero-length result dimensions the same as empty original
--- a/liboctave/mx-ops	Wed Dec 10 16:11:54 2003 +0000
+++ b/liboctave/mx-ops	Wed Dec 10 20:44:27 2003 +0000
@@ -11,9 +11,6 @@
 nda NDArray ND dNDArray.h YES
 s double S NONE NO
 # ops
-bnda bnda bnda L false
-bnda b bnda L false
-bnda bnda b L false
 cdm cdm dm B
 cdm dm cdm B
 cm cs cdm B