On 21 September 2011 13:00, Anders Wallin <anders.e.e.wal...@gmail.com> wrote:

> line 924 of src/emc/rs274ngc/gcodemodule.cc   reads:
> double d[9] = {0, 0, 0, n[4]-o[4], n[5]-o[5], n[6]-o[6], n[7]-o[7], 
> n[8]-o[8]};
>
> note that the array should have 9 elements, but only 8 are initialized.
>
> Is there any reason why it should not read:
> //                               delta-a      delta-b   delta-c
> delta-u    delta-v      delta-w
> double d[9] = {0, 0, 0, n[3]-o[3], n[4]-o[4], n[5]-o[5], n[6]-o[6],
> n[7]-o[7], n[8]-o[8]};

Did anything come of this?
I was reminded of it by this forum query
http://www.linuxcnc.org/component/option,com_kunena/Itemid,20/func,view/catid,38/id,14097/lang,english/
Which is probably completely unrelated.


-- 
atp
"Torque wrenches are for the obedience of fools and the guidance of wise men"

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to