Hi all,

there seem to be some little typos in the dev man here:

http://download.osgeo.org/grass/grass6_progman/

under "Raster Header File", it states the syntax of G_get_cellhd as:

  int G_get_cellhd(char *name, char *mapset, struct Cell_Head cellhd)

However, the correct syntax seems to be:

  int G_get_cellhd(char *name, char *mapset, struct Cell_head *cellhd)

There seem to be several other occurences of "Cell_Head" instead of
"Cell_head" on the same page

?

Best,

Ben


------
Files attached to this email may be in ISO 26300 format (OASIS Open Document 
Format). If you have difficulty opening them, please visit http://iso26300.info 
for more information.

_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to