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
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ if tt5 ...@@ -144,7 +144,7 @@ if tt5
if any(x(id5)-p3(id5)<0) || any(x(id5)-p4(id5)>0) if any(x(id5)-p3(id5)<0) || any(x(id5)-p4(id5)>0)
logged_prior_density = -Inf ; logged_prior_density = -Inf ;
if nargout ==4 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 end
return return
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment