diff src/OPERATORS/op-m-m.cc @ 4550:69a9b22a72a2

[project @ 2003-10-27 15:41:55 by jwe]
author jwe
date Mon, 27 Oct 2003 15:41:55 +0000
parents 79df15d4470c
children 6639c2574023
line wrap: on
line diff
--- a/src/OPERATORS/op-m-m.cc	Mon Oct 27 03:31:29 2003 +0000
+++ b/src/OPERATORS/op-m-m.cc	Mon Oct 27 15:41:55 2003 +0000
@@ -39,8 +39,8 @@
 
 // matrix unary ops.
 
-DEFNDUNOP_OP (not, matrix, !)
-DEFNDUNOP_OP (uminus, matrix, -)
+DEFNDUNOP_OP (not, matrix, array, !)
+DEFNDUNOP_OP (uminus, matrix, array, -)
 
 DEFUNOP (transpose, matrix)
 {