fixed saving of pseudo_data variables

time-shift
Michel Juillard 2018-12-27 23:26:17 +01:00 committed by Stéphane Adjemian
parent d6aff5da61
commit d6866b2e6b
1 changed files with 2 additions and 1 deletions

View File

@ -95,8 +95,9 @@ end;
stoch_simul(order=1,periods=200,irf=0,noprint);
save pseudo_data.mat ...
@#for c in countries
save pseudo_data.mat Y_@{c} C_@{c} I_@{c} E_@{c} PIE_@{c} W_@{c} R_@{c} -append;
Y_@{c} C_@{c} I_@{c} E_@{c} PIE_@{c} W_@{c} R_@{c} ...
@#endfor