From ef70ff64f184660f89b31bf41bd5dd95549665a3 Mon Sep 17 00:00:00 2001 From: Marco Ratto <marco.ratto@ec.europa.eu> Date: Thu, 6 Jan 2022 15:02:43 +0100 Subject: [PATCH] fixed header of occbin solver (cherry picked from commit 9305cd1ef155d30c56969b374c8f822575569710) --- matlab/+occbin/solver.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/+occbin/solver.m b/matlab/+occbin/solver.m index ec053af49d..d29976f0e2 100644 --- a/matlab/+occbin/solver.m +++ b/matlab/+occbin/solver.m @@ -1,10 +1,10 @@ function [oo_, out, ss] = solver(M_,oo_,options_) -% function [oo_, out, ss] = solver(M_,oo_,options_,opts_simul) +% function [oo_, out, ss] = solver(M_,oo_,options_) % Solves the model with an OBC and produces simulations/IRFs % % INPUT: -% - opts_simul [structure] Occbin simulation options % - M_ [structure] Matlab's structure describing the model +% - oo_ [structure] Matlab's structure containing the results % - options_ [structure] Matlab's structure containing the options % % OUTPUT: -- GitLab