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

Add provisions for MATLAB 7.10 (R2010a)

parent 5b1ebc82
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,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
......@@ -116,7 +116,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