[GRASS5] r.fill.dir2 - fortran assistance wanted
Markus Neteler
neteler at geog.uni-hannover.de
Tue Dec 19 12:54:08 EST 2000
On Tue, Dec 19, 2000 at 09:44:03AM -0700, Roger S. Miller wrote:
>
>
> I looked at this too to see if I could help. I noticed that main.c
> starts an executable called "direct_for". With the naming convention
> used elsewhere in the code it seemed like there should be a file named
> "direct.f" in the CVS tree, but I don't see one. What did I miss?
Hi,
the fortran code is in
src/raster/r.fill.dir2/cmd
If you compile, the direct_for and friends are generated:
gmake5
[...]
g77 -c fmt_un.f -o OBJ.i686-pc-linux-gnu/fmt_un.o
g77 -s OBJ.i686-pc-linux-gnu/fmt_un.o -o /usr/local/grass5/etc/fill/fmt_un
g77 -c un_fmt_fill.f -o OBJ.i686-pc-linux-gnu/un_fmt_fill.o
g77 -s OBJ.i686-pc-linux-gnu/un_fmt_fill.o -o /usr/local/grass5/etc/fill/un_fmt_fill
[...]
They go into $GISBASE/etc/fill/
Maybe this code doesn't meet the naming convention, so feel free to rename
the files. It's code from Srinivasan (1991) which I copied from the
src.answers section.
Markus
----------------------------------------
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