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

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

[Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and


From: Rik
Subject: [Octave-bug-tracker] [bug #47974] Visual differences between gnuplot and OpenGL toolkits
Date: Wed, 1 Jun 2016 18:52:42 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #40, bug #47974 (project octave):

I made a few changes to the mesh cset, mostly using in-place operators because
they are faster.

I'm uploading it as mesh.cset.

Could you review your cset again?  I think there is cruft left over from the
original implementation.  Specifically,


1235:          len = N_tup * 1;


And then later,


1247:              xrec = len / N_tup;


or 


1250:              for kk = 1:N_tup:len


As far as I can see, the for loop is redundant.  It is always executed just
once.  And line 1235 could just as well be written 'len = N_tup'.


(file #37340)
    _______________________________________________________

Additional Item Attachment:

File name: mesh.cset                      Size:5 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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