Re: [Viking-devel] Comparing coordinates in trw layer code

2018-10-07 Thread Robert Norris
Agreed, it should use '||'. The fix is committed -- Be Seeing You - Rob. If at first you don't succeed, then skydiving isn't for you. From: Kamil Ignacak Sent: 23 September 2018 19:25 To: viking-devel Subject: [Viking-devel] Comparin

[Viking-devel] Comparing coordinates in trw layer code

2018-09-23 Thread Kamil Ignacak
Hi, I've been looking at trw code and I noticed one possible problem in code drawing track. Can you please take a look? The problem is with this code in viktrwlayer.c (~line 2452): /* * If points are the same in display coordinates, don't draw. */ if ( x != oldx && y != oldy ) { vik_