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
Dóra Kocsis
dynare
Commits
b5ebff4f
Commit
b5ebff4f
authored
Oct 27, 2010
by
Marco Ratto
Browse files
bug fix for parallel execution
parent
7ef63899
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/independent_metropolis_hastings_core.m
View file @
b5ebff4f
...
...
@@ -64,7 +64,7 @@ varargin=myinputs.varargin;
if
whoiam
Parallel
=
myinputs
.
Parallel
;
% initialize persistent variables in priordens()
priordens
(
xparam1
,
bayestopt_
.
pshape
,
bayestopt_
.
p6
,
bayestopt_
.
p7
,
...
priordens
(
xparam1
'
,
bayestopt_
.
pshape
,
bayestopt_
.
p6
,
bayestopt_
.
p7
,
...
bayestopt_
.
p3
,
bayestopt_
.
p4
,
1
);
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