From 6ac751bf2608a7ad57a8a3e347e60335a8efe1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Sat, 4 May 2019 08:50:13 +0200 Subject: [PATCH] Updated preprocessor submodule. --- matlab/cherrypick.m | 4 ++-- preprocessor | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/matlab/cherrypick.m b/matlab/cherrypick.m index 83dec428a..a1b97b560 100644 --- a/matlab/cherrypick.m +++ b/matlab/cherrypick.m @@ -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.') diff --git a/preprocessor b/preprocessor index fbc42b193..358c3d671 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit fbc42b19301e918ccad0955b67ae814f4db9b70b +Subproject commit 358c3d6716e10f9fbf26c459d3e60622ae8986ab