Bug correction (MAX_error replaced by MAX_nerro, for models with measurement errors).

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1927 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2008-07-04 12:21:52 +00:00
parent e9be36f6ad
commit 4553ceca01
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ for b=1:B
irun(2) = 1;
end
if nvn & (irun(3) > MAX_error | b == B)
if nvn & (irun(3) > MAX_nerro | b == B)
stock = stock_error(:,:,1:irun(3)-1);
ifil(3) = ifil(3) + 1;
save([DirectoryName '/' M_.fname '_error' int2str(ifil(3))],'stock');