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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 31 18:07:13 EDT 2011


Author: mic
Date: 2011-10-31 15:07:13 -0700 (Mon, 31 Oct 2011)
New Revision: 49027

Modified:
   grass-addons/grass7/raster/r.agent/r.agent.html
Log:
start using grass style interface

Modified: grass-addons/grass7/raster/r.agent/r.agent.html
===================================================================
--- grass-addons/grass7/raster/r.agent/r.agent.html	2011-10-31 21:44:05 UTC (rev 49026)
+++ grass-addons/grass7/raster/r.agent/r.agent.html	2011-10-31 22:07:13 UTC (rev 49027)
@@ -50,9 +50,10 @@
 
 <h2>EXAMPLE</h2>
 
-A fictive usecase could look something like this:
+A fictive usecase could look something like this (note: at the moment the
+in- and output variables are still ascii-files):
 <p>
-# ./r.agent.aco output=out.map costraster=penalty.grid vectorholes=sites.vect rounds=10 outputrounds=10 volatilizationtime=5000 antslife=2000 maxants=400 pathintensity=1000000
+GRASS 7.0.svn (synthetic at foobar):ragentdir &gt;  ./r.agent.aco  outputmap=out.map penaltymap=testpenalty.grid sitesmap=sites.vect rounds=100 outrounds=100 volatilizationtime=5000 antslife=2000 maxants=400 pathintensity=1000000
 <p>
 For running the total test suite on the libraries,
 i.e. to run all the tests that are at the end
@@ -60,7 +61,7 @@
 (for certain tests, the following files must exist though:
  "elev.grid", and "arch.vect"):
 <p>
-# cd library
+user at host:libagent$ cd library
 <p>
 # ./alltests.py
 



More information about the grass-commit mailing list