Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
34cf4271
Verified
Commit
34cf4271
authored
3 years ago
by
Johannes Pfeifer
Committed by
Sébastien Villemot
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
dyn_waitbar_close.m: fix closing of waitbars under Octave
(cherry picked from commit
79ee6a55
)
parent
a8881570
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
matlab/dyn_waitbar_close.m
+2
-2
2 additions, 2 deletions
matlab/dyn_waitbar_close.m
with
2 additions
and
2 deletions
matlab/dyn_waitbar_close.m
+
2
−
2
View file @
34cf4271
...
...
@@ -4,7 +4,7 @@ function dyn_waitbar_close(h)
% octave and when console_mode=1
%
% Copyright (C) 2011-201
7
Dynare Team
% Copyright (C) 2011-20
2
1 Dynare Team
%
% This file is part of Dynare.
%
...
...
@@ -22,7 +22,7 @@ function dyn_waitbar_close(h)
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
global
options_
if
isoctave
||
options_
.
console_mode
if
options_
.
console_mode
clear
dyn_waitbar
;
diary
on
fprintf
(
'\n'
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment