Bug in quiver [changeset]

Ben Abbott bpabbott at mac.com
Fri Jan 16 13:41:19 CST 2009


On Friday, January 16, 2009, at 12:20PM, "Steven Verstoep" <isgoed at hotmail.com> wrote:
>Hi all,
>
>A Bug in octave just wasted a day of my work:

Someone has to fix bugs. When I do so, I don't see it as a waste, but as a service to myself and others.

>
>In the file __quiver__.m line 43 change
>
>[x, y, z] = meshgrid (1:size(u,1), 1:size(u,2), 1:max(size(w)));
>     else
>[x, y] = meshgrid (1:size(u,1), 1:size(u,2));
>
>to
>
>[x, y, z] = meshgrid (1:size(u,2), 1:size(u,1), 1:max(size(w)));
>     else
>[x, y] = meshgrid (1:size(u,2), 1:size(u,1));
>
>restart octave

Ok, I've attached a changeset for this and given *you* credit. Welcome to the ranks of OpenSource development ;-)

Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: changeset-quiver.patch
Type: application/octet-stream
Size: 1288 bytes
Desc: not available
Url : https://www-old.cae.wisc.edu/pipermail/bug-octave/attachments/20090116/64deec73/attachment.obj 


More information about the Bug-octave mailing list