Skip to content
Snippets Groups Projects
Verified Commit 09617453 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Ensure that “extended_path” obeys the “bytecode” option

Closes: #1717
parent 25a977f4
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ function [initial_conditions, innovations, pfm, ep, verbosity, DynareOptions, Dy
%
% SPECIAL REQUIREMENTS
% Copyright (C) 2016-2017 Dynare Team
% Copyright (C) 2016-2020 Dynare Team
%
% This file is part of Dynare.
%
......@@ -35,6 +35,9 @@ function [initial_conditions, innovations, pfm, ep, verbosity, DynareOptions, Dy
ep = DynareOptions.ep;
% Set bytecode flag (see #1717)
ep.use_bytecode = DynareOptions.bytecode;
% Set verbosity levels.
DynareOptions.verbosity = ep.verbosity;
verbosity = ep.verbosity+ep.debug;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment