[GRASS-dev] [GRASS GIS] #3100: v.vol.rst WARNING in GRASS 7 still says cellout and cellinp rasters

GRASS GIS trac at osgeo.org
Wed Jul 13 08:28:22 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 rorschach):

 Checked the source, found the problem on line '''640''' of the module's
 main.c file which reads:

 {{{
 G_warning(_("Unable to create cellout raster map without cellinp"));
 }}}


 Can someone change this to:
 {{{
 G_warning(_("Unable to create cross_output raster map without
 cross_input"));
 }}}

 for consistency?

 Thanks.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3100#comment:2>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list