Skip to content
Snippets Groups Projects
Commit 63b319b5 authored by Lars Hubatsch's avatar Lars Hubatsch
Browse files

Add lb parameter in call of int_prob.

parent 60c03380
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ p = nan(1, length(ls));
tic
parfor i = 1:length(ls)
tic
p(i) = int_prob(ls(i), T, x0, direc, t_ind, 5, 0);
p(i) = int_prob(ls(i), T, x0, direc, t_ind, 5, 0, 0);
toc
end
toc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment