From 2e45c8d4b0e34d13254ff60916a88d752e4f8450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien.villemot@ens.fr> Date: Mon, 13 Dec 2010 14:22:08 +0100 Subject: [PATCH] Testsuite: fixed typo in seed test --- tests/seeds.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/seeds.mod b/tests/seeds.mod index 55f0136c3a..18154e46de 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); -- GitLab