changeset 3055:c4378ede0bec

[project @ 1997-06-16 01:53:15 by jwe]
author jwe
date Mon, 16 Jun 1997 01:53:15 +0000
parents 788799701ecb
children b08a007edd15
files src/OPERATORS/op-cs-s.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/OPERATORS/op-cs-s.cc
+++ b/src/OPERATORS/op-cs-s.cc
@@ -62,7 +62,7 @@
 {
   CAST_BINOP_ARGS (const octave_complex&, const octave_scalar&);
 
-  double d = v1.complex_value ();
+  Complex d = v1.complex_value ();
 
   if (d == 0.0)
     gripe_divide_by_zero ();