Bug correction.

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1910 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2008-07-01 09:37:52 +00:00
parent b8736dc337
commit adb5f730f5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ DecompFileNumber = 1;
% implied by each structural shock.
linea = 0;
for file = 1:NumberOfDrawsFiles
load([M_.dname '/metropolis/' DrawsFiles(file).name '.mat' ]);
load([M_.dname '/metropolis/' DrawsFiles(file).name ]);
isdrsaved = cols(pdraws)-1;
NumberOfDraws = rows(pdraws);
for linee = 1:NumberOfDraws