From f915cbe92f5512733536ad8af3f7cdef8d39c8b7 Mon Sep 17 00:00:00 2001
From: Ferhat Mihoubi <ferhat.mihoubi@univ-evry.fr>
Date: Fri, 22 Oct 2010 11:08:47 +0200
Subject: [PATCH] - Minor corrections in wrapper to compute the steady-state

---
 matlab/block_bytecode_mfs_steadystate.m | 2 +-
 matlab/solve_one_boundary.m             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/matlab/block_bytecode_mfs_steadystate.m b/matlab/block_bytecode_mfs_steadystate.m
index d1390308e2..5c4de8c6f1 100644
--- a/matlab/block_bytecode_mfs_steadystate.m
+++ b/matlab/block_bytecode_mfs_steadystate.m
@@ -24,4 +24,4 @@ ss = oo_.steady_state;
 indx = M_.blocksMFS{b};
 ss(indx) = y;
 x = [oo_.exo_steady_state; oo_.exo_det_steady_state];
-eval(['[chk, r, g1] = bytecode( ss, x, M_.params, 1, ss, ''evaluate'', ''static'', ''block = ' int2str(b) ''');']);
+eval(['[chk, r, g1] = bytecode( ss, x, M_.params, 1, ss, ''evaluate'', ''static'', ''block = ' int2str(b) ''');']);
\ No newline at end of file
diff --git a/matlab/solve_one_boundary.m b/matlab/solve_one_boundary.m
index cbc5034a1e..48e1f579b2 100644
--- a/matlab/solve_one_boundary.m
+++ b/matlab/solve_one_boundary.m
@@ -1,4 +1,4 @@
-function [y, info] = solve_one_boundary(fname, y, x, params, y_index_eq, nze, periods, is_linear, Block_Num, y_kmin, maxit_, solve_tolf, lambda, cutoff, stack_solve_algo, forward_backward, is_dynamic, verbose, indirect_call)
+function [y, info] = solve_one_boundary(fname, y, x, params, y_index_eq, nze, periods, is_linear, Block_Num, y_kmin, maxit_, solve_tolf, lambda, cutoff, stack_solve_algo, forward_backward, is_dynamic, verbose)
 % Computes the deterministic simulation of a block of equation containing
 % lead or lag variables 
 %
-- 
GitLab