From 896a80928b81d5f99b0053ef78fdd4d196b8c743 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 --- 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 5cfe596ea7..327d38c15e 100644 --- a/matlab/dynare_config.m +++ b/matlab/dynare_config.m @@ -71,7 +71,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