Fix provisions for matlab 8.5 win32 bits.

time-shift
Marco Ratto 2015-04-29 11:33:14 +02:00
parent 07c74f7f7d
commit 6a17fe5de3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ if isoctave
else else
% Add win32 specific paths for Dynare Windows package % Add win32 specific paths for Dynare Windows package
if strcmp(computer, 'PCWIN') 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') if exist(tmp, 'dir')
mexpath = tmp; mexpath = tmp;
if modifypath if modifypath