Update preprocessor submodule + add test

Ref Dynare/preprocessor#13
time-shift
Sébastien Villemot 2018-11-16 18:34:37 +01:00
parent 981e2e247a
commit c407b63e84
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit e89dd9cb8bebdc194a0045a4b9ca3926db86d74d
Subproject commit b524e19cde2e42caa68be41bd573ee76eb6d4cc2

View File

@ -66,6 +66,7 @@ MODFILES = \
example1_irf_shocks.mod \
example1_abs_sign.mod \
example1_macro.mod \
example1_mlv.mod \
example1long.mod \
example2long.mod \
example2long_use_dll.mod \

View File

@ -11,7 +11,8 @@ aa=0.5;
model;
c + k - aa*x*k(-1)^alph - (1-delt)*k(-1);
c^(-gam) - (1+bet)^(-1)*(aa*alph*x(+1)*k^(alph-1) + 1 - delt)*c(+1)^(-gam);
#glou = (aa*alph*x(+1)*k^(alph-1) + 1 - delt);
c^(-gam) - (1+bet)^(-1)*glou*c(+1)^(-gam);
end;
initval;