Skip to content
Snippets Groups Projects
Commit 48ac6c64 authored by Johannes Pfeifer's avatar Johannes Pfeifer
Browse files

:bug: dsge_simulated_theoretical_correlation.m

Make sure ivar is set; usually not triggered due to stored decision rules
parent 2f7e7301
No related branches found
No related tags found
1 merge request!2315:bug: dsge_simulated_theoretical_correlation.m
......@@ -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.
Finish editing this message first!
Please register or to comment