No longer turn off output pagination

The “more off” command is incompatible with MATLAB Online.

Moreover, output pagination is disabled by default on MATLAB and on
Octave (since version 4 for the latter), so in most cases that command would do
nothing.

Incidentally, this allows users to enable output pagination should they want
to.

[skip ci]
silicon
Sébastien Villemot 2023-02-08 10:56:32 -05:00
parent 05db89cb8c
commit 2c44923384
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 4 deletions

View File

@ -16,7 +16,7 @@ function dynare(fname, varargin)
% SPECIAL REQUIREMENTS
% none
% Copyright © 2001-2021 Dynare Team
% Copyright © 2001-2023 Dynare Team
%
% This file is part of Dynare.
%
@ -90,9 +90,6 @@ else
end
end
% disable output paging (it is on by default on Octave)
more off
% sets default format for save() command
if isoctave
save_default_options('-mat')