Skip to content
Snippets Groups Projects
Commit 919f53b6 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Add provisions for MATLAB 7.10 (R2010a)

(cherry picked from commit afc94953)
parent 6efa57a6
No related branches found
Tags
No related merge requests found
......@@ -85,7 +85,7 @@ else
addpath(mexpath)
end
else
mexpath = [dynareroot '../mex/matlab/win32-7.5-7.9'];
mexpath = [dynareroot '../mex/matlab/win32-7.5-7.10'];
if exist(mexpath, 'dir')
addpath(mexpath)
end
......@@ -110,7 +110,7 @@ else
addpath(mexpath)
end
else
mexpath = [dynareroot '../mex/matlab/win64-7.8-7.9'];
mexpath = [dynareroot '../mex/matlab/win64-7.8-7.10'];
if exist(mexpath, 'dir')
addpath(mexpath)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment