Skip to content
Snippets Groups Projects
Commit 179149cf authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Houtan Bastani
Browse files

Fix copy and past mistake in dsge_simulated_theoretical_variance_decomposition

Prevented correct deletion of stale prior MC files

(cherry picked from commit 8ab6c6ef)
parent 65372b01
Branches
Tags
No related merge requests found
......@@ -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 '_PosteriorVarianceDecomposition*']);
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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment