Skip to content
Snippets Groups Projects
Commit b45d5ac3 authored by sebastien's avatar sebastien
Browse files

v4 dynare_estimation.m: fixed bug in saving pindx

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1864 ac1d8469-bf42-47a9-8791-bf33cf982152
parent 13f31572
No related branches found
No related tags found
No related merge requests found
......@@ -1399,5 +1399,5 @@ end
if np > 0
pindx = estim_params_.param_vals(:,1);
save([M_.fname '_pindx','pindx']);
save([M_.fname '_pindx'],'pindx');
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment