[GRASS5] r.mapcalc map type

Hi,

in the interest of some sort of correctness,

raster/r.mapcalc/map.c: G_short_history((char *) dst, "cell", &hist);

while lib/gis/history.c says:

G_short_history()
/* The type is an anachronism from
* earlier versions of GRASS and should be specified as "raster".
*/

so who's right?

the word shows up just above "DCELL" in r.info output.

Hamish

Hamish wrote:

in the interest of some sort of correctness,

raster/r.mapcalc/map.c: G_short_history((char *) dst, "cell", &hist);

while lib/gis/history.c says:

G_short_history()
/* The type is an anachronism from
* earlier versions of GRASS and should be specified as "raster".
*/

so who's right?

Everything else seems to use "raster".

--
Glynn Clements <glynn@gclements.plus.com>