<div dir="ltr"><div><div><div><div><div><div>Dear dev,<br><br></div>I've noticed that the module d.linegraph define the <span style="font-family:monospace,monospace">secondary_width</span> parameter as follow:<br><br><br></div>```<br><span style="font-family:monospace,monospace">    /* theoretically for other things than points */<br>    secondary_width_opt = G_define_option();<br>    secondary_width_opt->key = "secondary_width";<br>    secondary_width_opt->description = _("Width of point symbol lines");<br>    secondary_width_opt->type = TYPE_INTEGER;<br>    secondary_width_opt->required = NO;<br>    secondary_width_opt->multiple = YES;<br>    secondary_width_opt->answer = "0.1";</span><br>```<br><br></div>So the parameter type is supposed to be an integer, but the default value it is a float?<br></div>Is it intentional and in case why?<br><br></div>All the best<br><br></div>Pietro<br></div>