[Tinyos-help] Re: Very strange problem!

2008-02-09 Thread AIGroup
Another strange thing: I'm comparing my code with the app.c file which contains the parsed code. The line temp=((chosen[j]=temp) || inconsistent[j] || (j == heldout)); where temp is an integer, is parsed in temp = (chosen[j] = temp || inconsistent[j]) || j == heldout; which is different from the

[Tinyos-help] Re: Very strange problem!

2008-02-09 Thread AIGroup
I use TOS 2.0 2008/2/9, AIGroup [EMAIL PROTECTED]: Another strange thing: I'm comparing my code with the app.c file which contains the parsed code. The line temp=((chosen[j]=temp) || inconsistent[j] || (j == heldout)); where temp is an integer, is parsed in temp = (chosen[j] = temp ||