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

Cosmetic change

parent 7b67f40a
Branches
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ if exist('OCTAVE_VERSION') && octave_ver_less_than('3.2.0') ...@@ -71,7 +71,7 @@ if exist('OCTAVE_VERSION') && octave_ver_less_than('3.2.0')
addpath([dynareroot '/missing/bicgstab']) addpath([dynareroot '/missing/bicgstab'])
end end
% bsxfun is missing in old versions of matlab (octave?) % bsxfun is missing in old versions of MATLAB (and exists in Octave)
if ~exist('OCTAVE_VERSION') && matlab_ver_less_than('7.4') if ~exist('OCTAVE_VERSION') && matlab_ver_less_than('7.4')
addpath([dynareroot '/missing/bsxfun']) addpath([dynareroot '/missing/bsxfun'])
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment