Merge pull request #864 from rattoma/master

Fix mex path for win64 bit
time-shift
Houtan Bastani 2015-04-01 14:48:29 +02:00
commit 577239f9eb
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ else
end
end
else
tmp = [dynareroot '../mex/matlab/win64-7.8-8.4/'];
tmp = [dynareroot '../mex/matlab/win64-7.8-8.5/'];
if exist(tmp, 'dir')
mexpath = tmp;
if modifypath