Pārlūkot izejas kodu

r.statistics2 renamed to r.stats.zonal (in progress)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59481 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 gadi atpakaļ
vecāks
revīzija
e2ad16bd3c

+ 1 - 1
raster/r.stats.zonal/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = r.statistics2
+PGM = r.stats.zonal
 
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)

+ 1 - 1
raster/r.stats.zonal/main.c

@@ -1,7 +1,7 @@
 
 /****************************************************************************
  *
- * MODULE:       r.statistics2
+ * MODULE:       r.stats.zonal
  *               
  * AUTHOR(S):    Glynn Clements; loosely based upon r.statistics, by
  *               Martin Schroeder, Geographisches Institut Heidelberg, Germany

+ 6 - 6
raster/r.stats.zonal/r.stats.zonal.html

@@ -1,16 +1,16 @@
 <h2>DESCRIPTION</h2>
 
-<em>r.statistics2</em> is intended to be a partial replacement for
-r.statistics, with support for floating-point cover maps at the
-expense of not support quantiles.
-<br>
+<em>r.stats.zonal</em> is intended to be a partial replacement for
+<em><a href="r.statistics.html">r.statistics</a></em>, with support
+for floating-point cover maps at the expense of not support quantiles.
 
 <h2>SEE ALSO</h2>
 <em>
-<a href="r.statistics.html">r.statistics</a>,
+<a href="r.statistics.html">r.statistics</a>
 </em>
 
 <h2>AUTHOR</h2>
 Glynn Clements
 
-<p><i>Last changed: $Date$</i>
+<p>
+<i>Last changed: $Date$</i>