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

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

[Octave-bug-tracker] [bug #41166] scatter with mix of int and double - c


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #41166] scatter with mix of int and double - casts double to integer class
Date: Thu, 09 Jan 2014 19:19:32 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

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

I think the problem is that when __scatter__ is setting the values for the
vertices, it is doing things like [x, y, z] and when operations like that
involve a mixture of int and double values, the result is the int value. 
That's not going to change (required for Matlab compatibility among other
reasons) so we need to fix __scatter__ to avoid using this method of
constructing the vertex values.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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