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
Dynare
dynare
Commits
8ab6c6ef
Commit
8ab6c6ef
authored
Sep 15, 2017
by
Johannes Pfeifer
Committed by
GitHub
Sep 15, 2017
Browse files
Fix copy and past mistake in dsge_simulated_theoretical_variance_decomposition
Prevented correct deletion of stale prior MC files
parent
151363e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dsge_simulated_theoretical_variance_decomposition.m
View file @
8ab6c6ef
...
...
@@ -54,7 +54,7 @@ end
if
posterior
delete_stale_file
([
M_
.
dname
'/metropolis/'
M_
.
fname
'_PosteriorVarianceDecomposition*'
]);
else
delete_stale_file
([
M_
.
dname
'/prior/moments/'
M_
.
fname
'_P
oste
riorVarianceDecomposition*'
]);
delete_stale_file
([
M_
.
dname
'/prior/moments/'
M_
.
fname
'_PriorVarianceDecomposition*'
]);
end
% Set varlist (vartan)
...
...
@@ -159,4 +159,4 @@ for file = 1:NumberOfDrawsFiles
end
end
options_
.
ar
=
nar
;
\ No newline at end of file
options_
.
ar
=
nar
;
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