diff --git a/tests/seeds.mod b/tests/seeds.mod index 55f0136c3a3e49be05d9dbb0f45220464189c09e..18154e46de082b177e0b274a8eb63928170b107a 100644 --- a/tests/seeds.mod +++ b/tests/seeds.mod @@ -86,7 +86,7 @@ if any(abs(t4(:))>1e-12) error('Test failure:: Problem with the seed of the random number algorithm') end -if ~exist('OCTAVE_VERSION') || ~matlab_ver_less_than(7.7) +if ~exist('OCTAVE_VERSION') && ~matlab_ver_less_than(7.7) set_dynare_seed('mlfg6331_64',0) stoch_simul(periods=1000,irf=0,nomoments);