[GRASS-dev] [GRASS GIS] #3100: v.vol.rst WARNING in GRASS 7 still says cellout and cellinp rasters
GRASS GIS
trac at osgeo.org
Thu Jul 14 01:59:29 PDT 2016
#3100: v.vol.rst WARNING in GRASS 7 still says cellout and cellinp rasters
------------------------+-------------------------
Reporter: rorschach | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.5
Component: Default | Version: 7.0.4
Resolution: | Keywords:
CPU: x86-64 | Platform: Linux
------------------------+-------------------------
Comment (by wenzeslaus):
Thanks. A better fix is using the names as defined in the `Option`
structure by attribute `key` (example from
[source:grass/trunk/raster/r.slope.aspect/main.c#L315 r.slope.aspect]:
{{{
#!c
G_fatal_error(_("%s=%s - must be a positive number"), parm.zfactor->key,
parm.zfactor->answer);
}}}
Can you please also check if there are other places like this, e.g. using
`grep cell` and create a patch using `svn diff`?
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3100#comment:3>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list