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
a44fa426
Commit
a44fa426
authored
Apr 04, 2012
by
Sébastien Villemot
Browse files
Simplify logic of test since Octave 3.2 is now the minimal requirement
parent
339d8822
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare.m
View file @
a44fa426
...
...
@@ -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
...
...
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