Re: [GRASS-dev] bug in vector network analysis node costs

2013-06-11 Thread Markus Metz
On Mon, Jun 10, 2013 at 10:29 PM, Štěpán Turek stepan.tu...@seznam.cz wrote: Hi all, Probably I found bug in nodes cost in vector network analysis (tested in G7, probably it affects all branches). Problem is in lib/vector/Vlib/net.c: int cost; ... (* dglInt32_t)(dglInt32_t) cost int

[GRASS-dev] bug in vector network analysis node costs

2013-06-10 Thread Štěpán Turek
Hi all, Probably I found bug in nodes cost in vector network analysis (tested in G7, probably it affects all branches). Problem is in lib/vector/Vlib/net.c: int cost; ... (* dglInt32_t)(dglInt32_t) cost int cost is cast into dglInt32_t pointer. DGLib dglInt32_t is long.  I am