Removed unused variable.

time-shift
Stéphane Adjemian (Charybdis) 2013-11-17 16:37:53 +01:00
parent a0ba469863
commit f908d64d9e
1 changed files with 1 additions and 3 deletions

View File

@ -187,9 +187,7 @@ if ~options_.load_mh_file && ~options_.mh_recover
record.MhDraws(1,2) = AnticipatedNumberOfFiles; record.MhDraws(1,2) = AnticipatedNumberOfFiles;
record.MhDraws(1,3) = AnticipatedNumberOfLinesInTheLastFile; record.MhDraws(1,3) = AnticipatedNumberOfLinesInTheLastFile;
record.AcceptationRates = zeros(1,nblck); record.AcceptationRates = zeros(1,nblck);
% separate initializaton for each chain for j=1:nblck
JSUM = 0;
for j=1:nblck,
% we set a different seed for the random generator for each block % we set a different seed for the random generator for each block
% then we record the corresponding random generator state (vector) % then we record the corresponding random generator state (vector)
set_dynare_seed(options_.DynareRandomStreams.seed+j); set_dynare_seed(options_.DynareRandomStreams.seed+j);