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

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

[Octave-bug-tracker] [bug #60533] some Octave functions unable to read a


From: Rik
Subject: [Octave-bug-tracker] [bug #60533] some Octave functions unable to read ascii data file if D used as exponential separator
Date: Thu, 6 May 2021 12:33:43 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36

Follow-up Comment #4, bug #60533 (project octave):

textscan() is a class in oct-stream.cc.  It implements its *own* read_double()
function rather than relying on the read_value() function in lo-utils.cc. 
It's just what I suspected.  The read_double() function has to parse each
character, effectively replicating the work of the C++ library.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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