Skip to content
Snippets Groups Projects
Commit 25e20a2b authored by adjemian's avatar adjemian
Browse files

Removed unused variable.

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2016 ac1d8469-bf42-47a9-8791-bf33cf982152
parent b5f0fa26
Branches
Tags
No related merge requests found
...@@ -48,7 +48,7 @@ OutputDirectoryName = CheckPath('Output'); ...@@ -48,7 +48,7 @@ OutputDirectoryName = CheckPath('Output');
load([ DirectoryName '/' M_.fname '_mh_history']) load([ DirectoryName '/' M_.fname '_mh_history'])
FirstMhFile = record.KeepedDraws.FirstMhFile; FirstMhFile = record.KeepedDraws.FirstMhFile;
FirstLine = record.KeepedDraws.FirstLine; ifil = FirstLine; FirstLine = record.KeepedDraws.FirstLine;
TotalNumberOfMhFiles = sum(record.MhDraws(:,2)) TotalNumberOfMhFiles = sum(record.MhDraws(:,2))
TotalNumberOfMhDraws = sum(record.MhDraws(:,1)); TotalNumberOfMhDraws = sum(record.MhDraws(:,1));
FirstMhFile = record.KeepedDraws.FirstMhFile; FirstMhFile = record.KeepedDraws.FirstMhFile;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment