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

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

[Octave-bug-tracker] [bug #61411] char array input for isfinite()


From: Guillaume
Subject: [Octave-bug-tracker] [bug #61411] char array input for isfinite()
Date: Tue, 2 Nov 2021 10:01:15 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #1, bug #61411 (project octave):

If I'm correct, compatibility can be achieved with this change:


diff -r 313da8fd4657 libinterp/octave-value/ov-ch-mat.cc
--- a/libinterp/octave-value/ov-ch-mat.cc       Mon Nov 01 18:22:20 2021
+0100
+++ b/libinterp/octave-value/ov-ch-mat.cc       Tue Nov 02 13:59:36 2021
+0000
@@ -345,6 +345,7 @@
     case umap_fix:
     case umap_floor:
     case umap_imag:
+    case umap_isfinite:
     case umap_isinf:
     case umap_isnan:
     case umap_real:


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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