Removed test on octave version.

Which has moved in dynare_confign, see e71e89bb38.
time-shift
Stéphane Adjemian (Charybdis) 2017-06-29 17:55:52 +02:00
parent fa7adc304b
commit 45aef1de62
1 changed files with 1 additions and 5 deletions

View File

@ -65,11 +65,7 @@ dynareroot = dynare_config;
warning_config()
if isoctave
if octave_ver_less_than('3.6.0')
warning('This version of Dynare has only been tested on Octave 3.6.0 and above. Since your Octave version is older than that, Dynare may fail to run, or give unexpected results. Consider upgrading your Octave installation.');
end
else
if ~isoctave
if matlab_ver_less_than('7.5')
warning('This version of Dynare has only been tested on MATLAB 7.5 (R2007b) and above. Since your MATLAB version is older than that, Dynare may fail to run, or give unexpected results. Consider upgrading your MATLAB installation, or switch to Octave.');
end