bug correction in restricted_steadystate.m

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@916 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
adjemian 2006-09-15 14:31:12 +00:00
parent 2f46484204
commit 545c8881c0
1 changed files with 1 additions and 7 deletions

View File

@ -11,10 +11,4 @@ function [sR,sG] = restricted_steadystate(y,x,indx)
eval(['[R,G] = ' M_.fname '_static(ss,x);']);
sR = R(inde);
sG = G(inde,indx);
sG
null(sG)
pause
sG = G(inde,indx);