From fb5984e18d01010245f66e4a5daeefaf6c2d3634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Wed, 27 Apr 2011 11:57:49 +0200 Subject: [PATCH] Cosmetic change (cherry picked from commit 896a80928b81d5f99b0053ef78fdd4d196b8c743) --- matlab/dynare_config.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/dynare_config.m b/matlab/dynare_config.m index 1a41d35d2a..e1e43f4bcf 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -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 -- GitLab