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
FerhatMihoubi
dynare
Commits
3dc01559
Commit
3dc01559
authored
Jan 11, 2012
by
Stéphane Adjemian
Browse files
Cosmetic change. Removed useless input argument to dyn_waitbar.
parent
f074679f
Changes
1
Hide whitespace changes
Inline
Side-by-side
matlab/ep/extended_path.m
View file @
3dc01559
...
...
@@ -155,7 +155,7 @@ set(hh,'Name','EP simulations.');
% Main loop.
while
(
t
<
sample_size
)
if
~
mod
(
t
,
10
)
dyn_waitbar
(
t
/
sample_size
,
hh
,
'Please wait. Extended Path simulations...'
);
dyn_waitbar
(
t
/
sample_size
,
hh
);
end
% Set period index.
t
=
t
+
1
;
...
...
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