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

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

[Octave-bug-tracker] [bug #51178] publish() sometimes removes last eleme


From: Rik
Subject: [Octave-bug-tracker] [bug #51178] publish() sometimes removes last element from vector after section break
Date: Tue, 6 Jun 2017 16:07:37 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0

Follow-up Comment #6, bug #51178 (project octave):

Perhaps the simplest way to fix this would be to change the default save
precision from 16 to 17.  This is a configuration variable that can be altered
with the save_precision() function call.

I verified with


save_precision (17);
tst_save_range


and it works correctly.

If this is the right way forward, then the line to change is
ls-oct-text.cc:68


static int Vsave_precision = 16;




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?51178>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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