[GRASS-SVN] r58075 - grass/trunk/raster/r.topmodel
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 20 05:58:38 PDT 2013
Author: hcho
Date: 2013-10-20 05:58:38 -0700 (Sun, 20 Oct 2013)
New Revision: 58075
Modified:
grass/trunk/raster/r.topmodel/main.c
Log:
Comments
Modified: grass/trunk/raster/r.topmodel/main.c
===================================================================
--- grass/trunk/raster/r.topmodel/main.c 2013-10-20 12:32:28 UTC (rev 58074)
+++ grass/trunk/raster/r.topmodel/main.c 2013-10-20 12:58:38 UTC (rev 58075)
@@ -162,13 +162,13 @@
if (flags.preprocess->answer)
exit(EXIT_SUCCESS);
- /* Read required files */
+ /* Read input */
read_input();
- /* Implement TOPMODEL */
+ /* Run TOPMODEL */
run_topmodel();
- /* Write outputs */
+ /* Write output */
write_output();
exit(EXIT_SUCCESS);
More information about the grass-commit
mailing list