diff src/pt-binop.cc @ 3798:6065668133b1

[project @ 2001-02-14 06:05:29 by jwe]
author jwe
date Wed, 14 Feb 2001 06:05:29 +0000
parents bf6116ca10eb
children edd758a7ca8d
line wrap: on
line diff
--- a/src/pt-binop.cc	Wed Feb 14 05:50:38 2001 +0000
+++ b/src/pt-binop.cc	Wed Feb 14 06:05:29 2001 +0000
@@ -191,7 +191,7 @@
 	    done:
 
 	      if (! error_state)
-		retval = octave_value (static_cast<double> (result));
+		retval = octave_value (result);
 	    }
 	}
     }