Bug correction (Second order solution for big models)

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1431 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2007-10-17 13:58:59 +00:00
parent b4dfd32e59
commit f5f4ecea26
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ if nrhx*nrhu1*nchx*nchu1 > 1e7
k1 = k1 + 1;
end
end
B1 = B*B1;
else
B1 = B*dr.ghxx*kron(hx,hu1);
end