Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
2e45c8d4
Commit
2e45c8d4
authored
Dec 13, 2010
by
Sébastien Villemot
Browse files
Testsuite: fixed typo in seed test
parent
915bb4c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/seeds.mod
View file @
2e45c8d4
...
...
@@ -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);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment