Переглянути джерело

parm name more reasonable (standardization)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40997 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 15 роки тому
батько
коміт
8f5bab3e1c

+ 1 - 1
vector/lidar/v.surf.bspline/main.c

@@ -131,7 +131,7 @@ int main(int argc, char *argv[])
     passoN_opt->guisection = _("Settings");
 
     type_opt = G_define_option();
-    type_opt->key = "type";
+    type_opt->key = "method";
     type_opt->type = TYPE_STRING;
     type_opt->required = NO;
     type_opt->description = _("Spline interpolation algorithm");

+ 1 - 1
vector/lidar/v.surf.bspline/v.surf.bspline.html

@@ -91,7 +91,7 @@ is generated.
 <h4>Basic interpolation</h4>
 
 <div class="code"><pre>
-v.surf.bspline input=point_vector output=interpolate_surface type=bicubic
+v.surf.bspline input=point_vector output=interpolate_surface method=bicubic
 </pre></div>
 
 A bicubic spline interpolation will be done and a vector points map with estimated