2015-01-20 16:04 GMT+01:00 Yann Chemin <yche...@gmail.com>:
> tentatively replaced by:
>     if (G_verbose == 3)
>     {
>         m_output(A);
>     }
>
> is that OK?

no, should be

if (G_verbose() > G_verbose_std())

Martin

-- 
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to