fixing typo in previous commit

time-shift
Michel Juillard 2012-08-29 21:02:33 +02:00
parent dbdbfdd926
commit 378413ed14
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ jloop=0;
JSUM = 0;
for b = fblck:nblck,
jloop=jloop+1;
set_dynare_seed(options_.DynareRandomStreams.Seed+b);
set_dynare_seed(options_.DynareRandomStreams.seed+b);
if (options_.load_mh_file~=0) && (fline(b)>1) && OpenOldFile(b)
load(['./' MhDirectoryName '/' ModelName '_mh' int2str(NewFile(b)) ...
'_blck' int2str(b) '.mat'])