trunk dr1.m: removed workaround for USE_DLL (no longer needed, since USE_DLL is now broken at order 2)

git-svn-id: https://www.dynare.org/svn/dynare/trunk@2789 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-06-25 12:13:42 +00:00
parent 0e0cdc5006
commit 8c143e29fc
1 changed files with 0 additions and 3 deletions

View File

@ -538,9 +538,6 @@ function [dr,info,M_,options_,oo_] = dr1(dr,task,M_,options_,oo_)
zu=[zu; eye(M_.exo_nbr);zeros(M_.exo_det_nbr,M_.exo_nbr)];
[nrzx,nczx] = size(zx);
% Workaround for USE_DLL option: at this time, it returns a full hessian
hessian = sparse(hessian);
rhs = -sparse_hessian_times_B_kronecker_C(hessian,zx);
%lhs