Fix for recent MATLABs under Windows

time-shift
Sébastien Villemot 2018-10-26 15:02:12 +02:00
parent 8cf2c9300e
commit cc4183d3a5
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -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