[GRASS-SVN] r59390 - grass-addons/grass7/raster/r.edm.eval

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Mar 27 01:45:32 PDT 2014


Author: pvanbosgeo
Date: 2014-03-27 01:45:31 -0700 (Thu, 27 Mar 2014)
New Revision: 59390

Modified:
   grass-addons/grass7/raster/r.edm.eval/r.edm.eval
Log:
Small correction in script header

Modified: grass-addons/grass7/raster/r.edm.eval/r.edm.eval
===================================================================
--- grass-addons/grass7/raster/r.edm.eval/r.edm.eval	2014-03-27 05:23:49 UTC (rev 59389)
+++ grass-addons/grass7/raster/r.edm.eval/r.edm.eval	2014-03-27 08:45:31 UTC (rev 59390)
@@ -4,7 +4,7 @@
 ########################################################################
 # 
 # MODULE:       r.model.eval
-# AUTHOR(S):    Paulo van Breugel <p.vanbreugel AT gmail.com>
+# AUTHOR(S):    Paulo van Breugel <paulo AT ecodiv.org>
 # PURPOSE:      To evaluates how well a modeled distribution predicts an 
 #               observed distribution. 
 #
@@ -115,7 +115,7 @@
 #%option
 #% key: num_pres
 #% type: integer
-#% description: number of presence points (this will not work if parab > 0)
+#% description: number of presence points (this will not work if preval > 0)
 #% key_desc: integer
 #% answer: 0
 #% required: no
@@ -125,7 +125,7 @@
 #%option
 #% key: num_abs
 #% type: integer
-#% description: number of absence points (this will not work if parab > 0)
+#% description: number of absence points (this will not work if preval > 0)
 #% key_desc: integer
 #% answer: 0
 #% required: no



More information about the grass-commit mailing list