From 08f0a9e7df31a4d71df8c37c4a608bc19f4a9982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 26 Oct 2018 15:02:12 +0200 Subject: [PATCH] Fix for recent MATLABs under Windows (cherry picked from commit cc4183d3a501fa48f21960c52644a06a4bf48f5e) --- matlab/add_path_to_mex_files.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/add_path_to_mex_files.m b/matlab/add_path_to_mex_files.m index e7f5967b3b..7946a0f564 100644 --- a/matlab/add_path_to_mex_files.m +++ b/matlab/add_path_to_mex_files.m @@ -60,7 +60,7 @@ else end end else - tmp = [dynareroot '../mex/matlab/win64-9.4/']; + tmp = [dynareroot '../mex/matlab/win64-9.4-9.5/']; if exist(tmp, 'dir') mexpath = tmp; if modifypath -- GitLab