From 222beb226c7e727c32aa25f7825d24ff06cfcd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= <stepan@dynare.org> Date: Fri, 26 Jul 2019 10:54:04 +0200 Subject: [PATCH] Fixed path to dseries class. --- src/utilities/x13/select_x13_binary.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utilities/x13/select_x13_binary.m b/src/utilities/x13/select_x13_binary.m index fcb096a..9725cd7 100644 --- a/src/utilities/x13/select_x13_binary.m +++ b/src/utilities/x13/select_x13_binary.m @@ -15,7 +15,7 @@ function x13_binary = select_x13_binary() % You should have received a copy of the GNU General Public License % along with Dynare. If not, see <http://www.gnu.org/licenses/>. -dseries_src_root = strrep(which('initialize_dseries_toolbox'),'initialize_dseries_toolbox.m',''); +dseries_src_root = strrep(which('initialize_dseries_class'),'initialize_dseries_class.m',''); dseries_x13_root = sprintf('%s%s%s%s%s%s%s', dseries_src_root, '..', filesep(), 'externals', filesep(), 'x13', filesep()); if ismac() -- GitLab