Skip to content

Commit

Permalink
Update AnalysesofChannelSinuosityandWidth.m
Browse files Browse the repository at this point in the history
  • Loading branch information
SuihongSong authored Jun 17, 2020
1 parent 3161df2 commit ee89619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/AnalysesofChannelSinuosityandWidth.m
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
reallengths = zeros(facies_no,1);
widths = zeros(facies_no,1);

for i =58: facies_no
for i =1: facies_no
i
facies = allfacies(:,:, i);
facies = imbinarize(facies);
Expand Down

0 comments on commit ee89619

Please sign in to comment.