At 2:54 PM 4/7/95 +0200, Okke Batelaan wrote:
I tried to install the s.to.cell but I get several compiling errors
under sunos4.1.3 cc compiler.
It has something to do with the LONG definitions, it improves if I
change them to long, but I keep finally errors at LDSET in main.c.
Any suggestions?
Ah - sorry Okke - there are some customizations connected with my target
machine which is a DEC-Alpha.
For a more "normal" compile, change all
LONG
to
long
and also
"LDSET" in some scanf's (INCLUDING the quotes)
to
ld only
and also remove the line which defines the string LDSET.
I will have to figure out how to make this target independent, but I think
that will work for now.
BTW - I have made an upgrade for s.to.cell now which has an option to use
inverse-distance-squared weighting to determine cell values instead of
arithmetic mean. I also fixed it up so that the calcs are done as floats
internally and only converted to int (CELL) when the file is written (this
also removes the LDSET problem). When I have tested this version 0.2 a bit
more I will replace the version 0.1 which is currently on moon.
Hope that helps Simon Cox
___________________________________________________________
Dr Simon Cox __ \
CSIRO Exploration & Mining ,~' L_|\ Australian
39 Fairway, PO Box 437, ;-' \ Geodynamics
Nedlands, WA 6009 Australia ( \ Cooperative
Phone +61 9 389 8421 + ___ / Research
Fax +61 9 389 1906 L~~' "\__/ Centre
simon@ned.dem.csiro.au W
AGCRC info>> http://www.ned.dem.csiro.au/AGCRC/
___________________________________________________________