changeset 4977:3736fb91aa2d

[project @ 2004-09-08 21:07:54 by jwe]
author jwe
date Wed, 08 Sep 2004 21:07:54 +0000
parents bfcd251499b2
children 8719102eb804
files src/OPERATORS/op-s-s.cc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/OPERATORS/op-s-s.cc	Wed Sep 08 19:31:31 2004 +0000
+++ b/src/OPERATORS/op-s-s.cc	Wed Sep 08 21:07:54 2004 +0000
@@ -125,6 +125,7 @@
 install_s_s_ops (void)
 {
   INSTALL_UNOP (op_not, octave_scalar, not);
+  INSTALL_UNOP (op_uplus, octave_scalar, uplus);
   INSTALL_UNOP (op_uminus, octave_scalar, uminus);
   INSTALL_UNOP (op_transpose, octave_scalar, transpose);
   INSTALL_UNOP (op_hermitian, octave_scalar, hermitian);