From 4f87313ed6d170e4c0424d256260b2a6d9f27e93 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Tue, 19 Nov 2013 13:47:14 +0100 Subject: [PATCH] fix comment --- matlab/solve_two_boundaries.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/matlab/solve_two_boundaries.m b/matlab/solve_two_boundaries.m index e158dfa5e5..e8da69742d 100644 --- a/matlab/solve_two_boundaries.m +++ b/matlab/solve_two_boundaries.m @@ -37,7 +37,8 @@ function [y, oo]= solve_two_boundaries(fname, y, x, params, steady_state, y_inde % % OUTPUTS % y [matrix] All endogenous variables of the model -% +% oo [structure] Results +% % ALGORITHM % Newton with LU or GMRES or BicGstab % -- GitLab