[GRASS5] GRASS 5.0/5.1
Justin Hickey
jhickey at hpcc.nectec.or.th
Fri Jan 19 06:27:45 EST 2001
Hi Markus
Markus Neteler wrote:
> Unfortunately there is one left with G3d on CRAY:
>
> CC-147 cc: ERROR File = tilewrite.c, Line = 344
> Declaration is incompatible with
> "int G3d_putFloat(G3D_Map *, int, int, int, float)" (declared at
> line 499 of
> "/home/t3e/fsn/nhdc/nhdcmark/grass/src/include/G3d.h").
>
> G3d_putFloat (map, x, y, z, value)
> ^
>
Strange. Try changeing the declaration in tilewrite.c to the same as the
include file. That is change
int
G3d_putFloat (map, x, y, z, value)
G3D_Map *map;
int x, y, z;
float value;
to the following
int G3d_putFloat(G3D_Map *map, int x, int y, int z, float value)
in tilewrite.c. Maybe the extra spacing is confused or something. Gotta
go now.
--
Sincerely,
Jazzman (a.k.a. Justin Hickey) e-mail: jhickey at hpcc.nectec.or.th
High Performance Computing Center
National Electronics and Computer Technology Center (NECTEC)
Bangkok, Thailand
==================================================================
People who think they know everything are very irritating to those
of us who do. ---Anonymous
Jazz and Trek Rule!!!
==================================================================
----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo at geog.uni-hannover.de with
subject 'unsubscribe grass5'
More information about the grass-dev
mailing list