typo.... not sure how this didn't come up earlier but ok

This commit is contained in:
xdemenchuk
2021-11-29 18:18:41 -05:00
parent 3a954497dc
commit 2de1b54ba9

View File

@@ -232,7 +232,7 @@ function [lb, ub] = bounds(start_idx, end_idx)
end
for i=1:start_idx:end_idx
for i=start_idx:end_idx
ub=[ub;ub_u];
lb=[lb;lb_u];
end