On Wed, Jul 3, 2013 at 1:42 PM, Anuj Phogat <anuj.phogat at gmail.com> wrote: >> + s1.a[1].v[1] != s2.a[1].v[1] || > This condition should be s1.a[1].v[0] != s2.a[1].v[0] > >> + s1.a[1].v[1] != s2.a[1].v[1] || Nice. Thanks for spotting that.