From b1da38a54216d01a5bcd7b0f370bb62c8e5aeae8 Mon Sep 17 00:00:00 2001 From: stepan <stepan@ac1d8469-bf42-47a9-8791-bf33cf982152> Date: Mon, 16 Mar 2009 20:45:47 +0000 Subject: [PATCH] Bug correction (reported by bigbigben). git-svn-id: https://www.dynare.org/svn/dynare/trunk@2474 ac1d8469-bf42-47a9-8791-bf33cf982152 --- matlab/compute_model_moments.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/compute_model_moments.m b/matlab/compute_model_moments.m index 5b09d82de8..4cee165ef8 100644 --- a/matlab/compute_model_moments.m +++ b/matlab/compute_model_moments.m @@ -1,4 +1,4 @@ -function moments=compute_model_moments(dr,M_,options,_) +function moments=compute_model_moments(dr,M_,options_) % % INPUTS % dr: structure describing model solution -- GitLab