
11 Nov
2008
11 Nov
'08
9:33 a.m.
On Tue, Nov 11, 2008 at 6:07 AM, eduard aylon
I found out that declaring arrays in this way:
float a[], b[];
is buggy, as it seems the type for b[] is not taken as float. Maybe something else happens here (maybe passing by ref), I haven't check thoroughly (don't know if it happens with other types as well).
There are a few related bugs listed on the wiki. A workaround is to declare them separately. http://wiki.cs.princeton.edu/index.php/ChucK/Bugs -- Tom Lieber http://AllTom.com/