From 545c8881c0d7d89ab4c103481a80d9e47b40245e Mon Sep 17 00:00:00 2001 From: adjemian <adjemian@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Fri, 15 Sep 2006 14:31:12 +0000 Subject: [PATCH] bug correction in restricted_steadystate.m git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@916 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/restricted_steadystate.m | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/matlab/restricted_steadystate.m b/matlab/restricted_steadystate.m index 76c10e489c..e5972e4465 100644 --- a/matlab/restricted_steadystate.m +++ b/matlab/restricted_steadystate.m @@ -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 \ No newline at end of file + sG = G(inde,indx); \ No newline at end of file -- GitLab