Merge pull request #913 from rattoma/master

Fix provisions for matlab 8.5 win32 bits.
time-shift
Houtan Bastani 2015-04-29 11:43:45 +02:00
commit 372aed9192
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if isoctave
else
% Add win32 specific paths for Dynare Windows package
if strcmp(computer, 'PCWIN')
tmp = [dynareroot '../mex/matlab/win32-7.5-8.4/'];
tmp = [dynareroot '../mex/matlab/win32-7.5-8.5/'];
if exist(tmp, 'dir')
mexpath = tmp;
if modifypath