[GRASS-SVN] r66816 - grass-addons/grass7/raster/r.agent/r.agent.rand

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Nov 11 12:53:46 PST 2015


Author: mic
Date: 2015-11-11 12:53:45 -0800 (Wed, 11 Nov 2015)
New Revision: 66816

Modified:
   grass-addons/grass7/raster/r.agent/r.agent.rand/r.agent.rand.py
Log:
adding a value that produces some example output

Modified: grass-addons/grass7/raster/r.agent/r.agent.rand/r.agent.rand.py
===================================================================
--- grass-addons/grass7/raster/r.agent/r.agent.rand/r.agent.rand.py	2015-11-11 20:14:59 UTC (rev 66815)
+++ grass-addons/grass7/raster/r.agent/r.agent.rand/r.agent.rand.py	2015-11-11 20:53:45 UTC (rev 66816)
@@ -145,7 +145,7 @@
     if options['maxagents']:
         maxagents = int(options['maxagents'])
     else:
-        maxagents = 0
+        maxagents = 99
     if options['agentslife']:
         agentslife = int(options['agentslife'])
     else:



More information about the grass-commit mailing list