corrected bug in load prev. file

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@703 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
ratto 2006-04-03 14:36:24 +00:00
parent 91f8b693fc
commit 91fa502406
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ InitSizeArray = min([MAX_nruns*ones(nblck) nruns],[],2);
for b = fblck:nblck
if (options_.load_mh_file~=0) & (fline(b)>1) & OpenOldFile(b)
load(['./' MhDirectoryName '/' M_.fname '_mh' int2str(NewFile(b)) ...
'_blck' int2str(b) '.'])
'_blck' int2str(b) '.mat'])
x2 = [x2;zeros(InitSizeArray(b)-fline(b)+1,npar)];
logpo2 = [logpo2;zeros(InitSizeArray(b)-fline(b)+1,1)];
OpenOldFile(b) = 0;