Skip to content
Snippets Groups Projects
Verified Commit aaf633fe authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

Revert "adding missing any()"

This reverts commit a5b97a28.

(cherry picked from commit 09a166f4)
parent 4acd258d
Branches
No related tags found
No related merge requests found
Pipeline #325 passed
......@@ -144,7 +144,7 @@ if tt5
if any(x(id5)-p3(id5)<0) || any(x(id5)-p4(id5)>0)
logged_prior_density = -Inf ;
if nargout ==4
info=id5(any(x(id5)-p3(id5)<0) || any(x(id5)-p4(id5)>0));
info=id5((x(id5)-p3(id5)<0) || (x(id5)-p4(id5)>0));
end
return
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment