diff src/OPERATORS/op-s-s.cc @ 4977:3736fb91aa2d

[project @ 2004-09-08 21:07:54 by jwe]
author jwe
date Wed, 08 Sep 2004 21:07:54 +0000
parents c0d8e8afa82f
children 57077d0ddc8e
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);