Re: [GRASS-dev] d.linegraph: secondary_width parameter defined as integer but default value is a float

2018-03-24 Thread Vaclav Petras
On Fri, Mar 23, 2018 at 7:54 PM, Markus Neteler wrote: > On Fri, Mar 23, 2018 at 11:54 PM, Pietro wrote: > > Dear dev, > > > > I've noticed that the module d.linegraph define the secondary_width > > parameter as follow: > > > > > > ``` > > /*

Re: [GRASS-dev] d.linegraph: secondary_width parameter defined as integer but default value is a float

2018-03-23 Thread Markus Neteler
On Fri, Mar 23, 2018 at 11:54 PM, Pietro wrote: > Dear dev, > > I've noticed that the module d.linegraph define the secondary_width > parameter as follow: > > > ``` > /* theoretically for other things than points */ > secondary_width_opt = G_define_option(); >

[GRASS-dev] d.linegraph: secondary_width parameter defined as integer but default value is a float

2018-03-23 Thread Pietro
Dear dev, I've noticed that the module d.linegraph define the secondary_width parameter as follow: ``` /* theoretically for other things than points */ secondary_width_opt = G_define_option(); secondary_width_opt->key = "secondary_width"; secondary_width_opt->description =