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

disp_dr: Add case for aux_vars.type==0

Closes #1367
parent 69306b5a
No related branches found
No related tags found
No related merge requests found
......@@ -231,6 +231,9 @@ end
for i = 1:length(M_.aux_vars)
if M_.aux_vars(i).endo_index == aux_index
switch M_.aux_vars(i).type
case 0
str = sprintf('%s(%d)',deblank(M_.endo_names(aux_index,:)),aux_lead_lag);
return
case 1
orig_name = deblank(M_.endo_names(M_.aux_vars(i).orig_index, :));
case 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment