From 17e03a82e33a73d62149b06d6155022c55d6d463 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Mon, 27 Apr 2015 11:07:52 +0200 Subject: [PATCH] fix comment --- matlab/dynare_estimation.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matlab/dynare_estimation.m b/matlab/dynare_estimation.m index a70a760bda..80e91c0417 100644 --- a/matlab/dynare_estimation.m +++ b/matlab/dynare_estimation.m @@ -1,9 +1,10 @@ function oo_recursive_=dynare_estimation(var_list,dname) -% function dynare_estimation(var_list) +% function dynare_estimation(var_list, dname) % runs the estimation of the model % % INPUTS % var_list: selected endogenous variables vector +% dname: alternative directory name % % OUTPUTS % oo_recursive_: cell array containing the results structures from recursive estimation @@ -11,7 +12,7 @@ function oo_recursive_=dynare_estimation(var_list,dname) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2003-2014 Dynare Team +% Copyright (C) 2003-2015 Dynare Team % % This file is part of Dynare. % -- GitLab