Skip to content
Snippets Groups Projects
Verified Commit d09a206c authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Merge branch 'dynare-bugfixes'

Ref. !2248
parents 368c9321 fbf62255
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ end
if ismember(flag,{'filter','all'})
options_occbin_.filter.state_covariance = false;
options_occbin_.filter.guess_regime = false;
options_occbin_.filter.periodic_solution = true;
options_occbin_.filter.use_relaxation = false;
end
......
......@@ -61,7 +61,7 @@ for indPC=1:length(Parallel)
end
while(1)
if isempty(dynareParallelDir(['P_slave_',int2str(j),'End.txt'],TmpFolder,Parallel))
if isempty(dynareParallelDir(['P_slave_*End.txt'],TmpFolder,Parallel))
for indPC=1:length(Parallel)
if (Parallel(indPC).Local==0)
dynareParallelRmDir(TmpFolder,Parallel(indPC))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment