? Subscripted assignment dimension mismatch

Hi all
The mod with the wrong"??? Subscripted assignment dimension mismatch."
who can help me!
thanks a lot!

MATRIX OF CORRELATIONS

[code]Variables
??? Subscripted assignment dimension mismatch.

Error in ==> disp_th_moments at 103
z(:,i) = diag(oo_.gamma_y{i+1}(i1,i1));

Error in ==> stoch_simul at 73
disp_th_moments(oo_.dr,var_list);

Error in ==> dibbanksector25 at 376
info = stoch_simul(var_list_);

Error in ==> dynare at 132
evalin(‘base’,fname) ;[/code]
dibbanksector25.mod (5.06 KB)

I was able to run this code without a crash using Dynare 4.2.4.

However it looks like you forgot to declare standard deviations for your shocks. So currently the model has no source of shocks.