octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #56959] issue warning when range operator has


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #56959] issue warning when range operator has complex arguments
Date: Sun, 13 Oct 2019 10:22:36 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763

Follow-up Comment #2, bug #56959 (project octave):

I would suggest to word this warning a bit differently:


diff -r c2c9185d3389 libinterp/octave-value/ov.cc
--- a/libinterp/octave-value/ov.cc      Sat Oct 12 17:33:28 2019 -0700
+++ b/libinterp/octave-value/ov.cc      Sun Oct 13 16:14:31 2019 +0200
@@ -2552,7 +2552,7 @@

       if (base.iscomplex () || limit.iscomplex ()
           || (increment.is_defined () && increment.iscomplex ()))
-        warning ("complex portion of colon arguments is ignored");
+        warning ("imaginary part of complex colon arguments is ignored");

       Matrix m_base, m_limit, m_increment;


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56959>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]