Re: [GRASS-dev] Segment library zero filling

2019-05-21 Thread Markus Metz
On Mon, May 20, 2019 at 8:43 PM Vaclav Petras wrote: > > > > On Mon, May 20, 2019 at 1:46 PM Markus Metz wrote: >> >> >> On Mon, May 20, 2019 at 7:18 PM Vaclav Petras wrote: >> > >> > On Mon, May 20, 2019 at 11:57 AM Markus Metz < markus.metz.gisw...@gmail.com> wrote: >> >> >> >> On Mon, May 20,

Re: [GRASS-dev] Segment library zero filling

2019-05-20 Thread Vaclav Petras
On Mon, May 20, 2019 at 1:46 PM Markus Metz wrote: > > On Mon, May 20, 2019 at 7:18 PM Vaclav Petras > wrote: > > > > On Mon, May 20, 2019 at 11:57 AM Markus Metz < > markus.metz.gisw...@gmail.com> wrote: > >> > >> On Mon, May 20, 2019 at 5:39 PM Vaclav Petras > wrote: > >> > > >> > Hi MarkusM

Re: [GRASS-dev] Segment library zero filling

2019-05-20 Thread Markus Metz
On Mon, May 20, 2019 at 7:18 PM Vaclav Petras wrote: > > > > On Mon, May 20, 2019 at 11:57 AM Markus Metz < markus.metz.gisw...@gmail.com> wrote: >> >> >> >> On Mon, May 20, 2019 at 5:39 PM Vaclav Petras wrote: >> > >> > Hi MarkusM and all, >> > >> > I'm trying to understand if the Segment_open()

Re: [GRASS-dev] Segment library zero filling

2019-05-20 Thread Vaclav Petras
On Mon, May 20, 2019 at 11:57 AM Markus Metz wrote: > > > On Mon, May 20, 2019 at 5:39 PM Vaclav Petras > wrote: > > > > Hi MarkusM and all, > > > > I'm trying to understand if the Segment_open() [1] function fills with > zeros or not. I don't think it does since it is calling G_malloc (malloc)

Re: [GRASS-dev] Segment library zero filling

2019-05-20 Thread Markus Metz
On Mon, May 20, 2019 at 5:39 PM Vaclav Petras wrote: > > Hi MarkusM and all, > > I'm trying to understand if the Segment_open() [1] function fills with zeros or not. I don't think it does since it is calling G_malloc (malloc) or Segment_format_nofill(). However, it is not completely clear to me wh

[GRASS-dev] Segment library zero filling

2019-05-20 Thread Vaclav Petras
Hi MarkusM and all, I'm trying to understand if the Segment_open() [1] function fills with zeros or not. I don't think it does since it is calling G_malloc (malloc) or Segment_format_nofill(). However, it is not completely clear to me what is supposed to be doing because documentation still says i