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

:bug: dsge_simulated_theoretical_correlation.m

Make sure ivar is set; usually not triggered due to stored decision rules

(cherry picked from commit 48ac6c64)
parent 38ac73bd
Branches
Tags
No related merge requests found
Pipeline #10886 passed
......@@ -35,8 +35,8 @@ function [nvar,vartan,CorrFileNumber] = dsge_simulated_theoretical_correlation(S
% You should have received a copy of the GNU General Public License
% along with Dynare. If not, see <https://www.gnu.org/licenses/>.
[ivar,vartan] = get_variables_list(options_, M_);
nvar = length(ivar);
[~,vartan] = get_variables_list(options_, M_);
% Get informations about the _posterior_draws files.
if strcmpi(type,'posterior')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment