From 314c411d175912c22c00a27f790753296ee378cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Fri, 4 Feb 2011 11:55:31 +0100 Subject: [PATCH] Fix matlab path of MS-SBVAR in config file --- matlab/dynare_config.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index 674d50a096..1d085d24d5 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -15,7 +15,7 @@ function dynareroot = dynare_config(path_to_dynare) % SPECIAL REQUIREMENTS % none -% Copyright (C) 2001-2009 Dynare Team +% Copyright (C) 2001-2011 Dynare Team % % This file is part of Dynare. % @@ -43,7 +43,7 @@ addpath([dynareroot '/kalman/likelihood']) addpath([dynareroot '/kalman/smoother']) addpath([dynareroot '/AIM/']) addpath([dynareroot '/partial_information/']) -addpath([dynareroot '/swz/']) +addpath([dynareroot '/ms-sbvar/']) addpath([dynareroot '/parallel/']) % For functions that exist only under some Octave versions -- GitLab