Forráskód Böngészése

Comments

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58075 15284696-431f-4ddb-bdfa-cd5b030d7da7
Huidae Cho 11 éve
szülő
commit
6c458427cd
1 módosított fájl, 3 hozzáadás és 3 törlés
  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);