Skip to content

Commit

Permalink
fix plotting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gnann committed Mar 29, 2022
1 parent 2ce6583 commit a021ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TOSSH_code/utility_functions/util_RecessionSegments.m
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@
if size(flow_section,1)==0
error_flag = 3;
error_str = ['Error: No long enough baseflow recession periods, consider increasing filter_par parameter. ', error_str];
return
elseif size(flow_section,1) < 10
error_flag = 1;
error_str = ['Warning: Fewer than 10 recession segments extracted, results might not be robust. ', error_str];
Expand Down

0 comments on commit a021ae7

Please sign in to comment.