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

Cosmetic change

(cherry picked from commit 896a8092)
parent ca067ac5
No related merge requests found
......@@ -69,7 +69,7 @@ if exist('OCTAVE_VERSION') && octave_ver_less_than('3.2.0')
addpath([dynareroot '/missing/bicgstab'])
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')
addpath([dynareroot '/missing/bsxfun'])
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment