浏览代码

Added default order value = 1

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@70538 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 8 年之前
父节点
当前提交
a2f286852e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      misc/m.transform/main.c

+ 1 - 0
misc/m.transform/main.c

@@ -326,6 +326,7 @@ int main(int argc, char **argv)
     val->type = TYPE_INTEGER;
     val->type = TYPE_INTEGER;
     val->required = YES;
     val->required = YES;
     val->options = "1-3";
     val->options = "1-3";
+    val->answer = "1";
     val->description = _("Rectification polynomial order");
     val->description = _("Rectification polynomial order");
 
 
     fmt = G_define_option();
     fmt = G_define_option();