浏览代码

Comments

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58075 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 年之前
父节点
当前提交
6c458427cd
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      raster/r.topmodel/main.c

+ 3 - 3
raster/r.topmodel/main.c

@@ -162,13 +162,13 @@ int main(int argc, char **argv)
     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);