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

fix typo in variable name

parent f3b7ee69
Branches
Tags
No related merge requests found
......@@ -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