Skip to content

Commit

Permalink
update the comment about the parameter, dist_s
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruitangtang authored Jun 23, 2021
1 parent 02a6c3a commit f0471d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pts_on_CL.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function [A]=Pts_on_CL(A_CL,dist_s)
% A_CL address of centerlines (shape file, polyline)
% dist_s the distance from the start point (glacier snot)
% dist_s the distance from the start point (glacier snot), which represents the invertal between points on the centerline
AA=shaperead(A_CL);
X_1 = AA.X(1:end-1);
Y_1 = AA.Y(1:end-1);
Expand Down

0 comments on commit f0471d6

Please sign in to comment.