Skip to content
Snippets Groups Projects
Verified Commit 139e76c1 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo in variable name

(cherry picked from commit 54fe1c75)
parent 32e56ab1
Branches
Tags
1 merge request!1815WIP Cherry-picks for 4.6
......@@ -19,7 +19,7 @@ function prior_posterior_statistics(type,dataset,dataset_info)
% See the comments in the posterior_sampler.m funtion.
% Copyright (C) 2005-2018 Dynare Team
% Copyright (C) 2005-2020 Dynare Team
%
% This file is part of Dynare.
%
......@@ -294,7 +294,7 @@ else
% which files have to be copied to run remotely
NamFileInput(1,:) = {'',[M_.fname '.static.m']};
NamFileInput(2,:) = {'',[M_.fname '.dynamic.m']};
if M.set_auxiliary_variables
if M_.set_auxiliary_variables
NamFileInput(3,:) = {'',[M_.fname '.set_auxiliary_variables.m']};
end
if options_.steadystate_flag
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment