Simplify logic of test since Octave 3.2 is now the minimal requirement

time-shift
Sébastien Villemot 2012-04-04 22:16:30 +02:00
parent 339d88220d
commit a44fa426c4
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ end
% Workaround for bug in Octave 3.2
% See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550823
if exist('OCTAVE_VERSION') && ~octave_ver_less_than('3.2.0') ...
&& octave_ver_less_than('3.4.0')
if exist('OCTAVE_VERSION') && octave_ver_less_than('3.4.0')
sleep(2)
end