Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marco Ratto
dynare
Commits
09a166f4
Commit
09a166f4
authored
Nov 14, 2018
by
Johannes Pfeifer
Browse files
Revert "adding missing any()"
This reverts commit
a5b97a28
.
parent
c1b0bb5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/priordens.m
View file @
09a166f4
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment