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
Mark Song
dynare
Commits
ec3fb76a
Commit
ec3fb76a
authored
Dec 01, 2017
by
Johannes Pfeifer
Committed by
Stéphane Adjemian
Jan 25, 2018
Browse files
posterior_sampler: Fix naming error that crashes parallel estimation
parent
2647f258
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/posterior_sampler.m
View file @
ec3fb76a
...
...
@@ -127,7 +127,7 @@ else
% which files have to be copied to run remotely
NamFileInput
(
1
,:)
=
{
''
,[
ModelName
'_static.m'
]};
NamFileInput
(
2
,:)
=
{
''
,[
ModelName
'_dynamic.m'
]};
if
M
.
set_auxiliary_variables
if
M
_
.
set_auxiliary_variables
NamFileInput
(
3
,:)
=
{
''
,[
M_
.
fname
'_set_auxiliary_variables.m'
]};
end
if
options_
.
steadystate_flag
...
...
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