Skip to content
Snippets Groups Projects
Verified Commit 34cf4271 authored by Johannes Pfeifer's avatar Johannes Pfeifer Committed by Sébastien Villemot
Browse files

dyn_waitbar_close.m: fix closing of waitbars under Octave

(cherry picked from commit 79ee6a55)
parent a8881570
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@ function dyn_waitbar_close(h)
% octave and when console_mode=1
%
% Copyright (C) 2011-2017 Dynare Team
% Copyright (C) 2011-2021 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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment