Skip to content

Commit

Permalink
Rename to r.flowaccumulation
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Oct 15, 2023
1 parent 9f9e2c1 commit 7af5725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/raster/r.flowaccumulation/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..

PGM = r.accum
PGM = r.flowaccumulation

LIBES = $(RASTERLIB) $(VECTORLIB) $(DBMILIB) $(GISLIB) $(MATHLIB)
DEPENDENCIES = $(RASTERDEP) $(VECTORDEP) $(DBMIDEP) $(GISDEP)
Expand Down
2 changes: 1 addition & 1 deletion src/raster/r.flowaccumulation/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/****************************************************************************
*
* MODULE: r.accum
* MODULE: r.flowaccumulation
*
* AUTHOR(S): Huidae Cho <grass4u gmail.com>
*
Expand Down

0 comments on commit 7af5725

Please sign in to comment.