Skip to content
Snippets Groups Projects
Commit 09a166f4 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

Revert "adding missing any()"

This reverts commit a5b97a28.
parent c1b0bb5e
Branches
Tags
No related merge requests found
......@@ -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