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
6adb58db
Commit
6adb58db
authored
Sep 18, 2012
by
Sébastien Villemot
Browse files
Remove workaround for Octave 3.2 (we now require 3.4)
parent
c41ce4ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/dynare.m
View file @
6adb58db
...
@@ -101,12 +101,6 @@ for i=2:nargin
...
@@ -101,12 +101,6 @@ for i=2:nargin
command
=
[
command
' '
varargin
{
i
-
1
}];
command
=
[
command
' '
varargin
{
i
-
1
}];
end
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.4.0'
)
sleep
(
2
)
end
[
status
,
result
]
=
system
(
command
);
[
status
,
result
]
=
system
(
command
);
disp
(
result
)
disp
(
result
)
if
status
if
status
...
...
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