Updated preprocessor submodule.

time-shift
Stéphane Adjemian (Charybdis) 2019-05-04 08:50:13 +02:00
parent ede5b5e4c0
commit 6ac751bf26
2 changed files with 3 additions and 3 deletions

View File

@ -245,9 +245,9 @@ function printlistofvariables(fid, kind, list, DynareModel, vappend)
else
if isequal(kind, 'endo') && (isequal(list{i}(1:3), 'PE_') || isequal(list{i}(1:3), 'VE_'))
if isequal(list{i}(1:3), 'PE_')
tags = sprintf('(expectation=''%s'')', 'pac');
tags = sprintf('(expectation_kind=''%s'')', 'pac');
else
tags = sprintf('(expectation=''%s'')', 'var');
tags = sprintf('(expectation_kind=''%s'')', 'var');
end
else
error('Unknown variable.')

@ -1 +1 @@
Subproject commit fbc42b19301e918ccad0955b67ae814f4db9b70b
Subproject commit 358c3d6716e10f9fbf26c459d3e60622ae8986ab