浏览代码

Given => For

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

+ 1 - 1
raster/r.topmodel/file_io.c

@@ -371,7 +371,7 @@ void write_output(void)
 
     if (misc.timestep || misc.topidxclass) {
 	fprintf(fp, "\n");
-	fprintf(fp, "Given ");
+	fprintf(fp, "For ");
 	if (misc.timestep)
 	    fprintf(fp, "timestep: %5d", misc.timestep);
 	if (misc.timestep && misc.topidxclass)