Revert "adding missing any()"

This reverts commit a5b97a28a0.
time-shift
Johannes Pfeifer 2018-11-14 15:04:27 +01:00
parent c1b0bb5ee3
commit 09a166f4e7
1 changed files with 1 additions and 1 deletions

View File

@ -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