diff --git a/matlab/stoch_simul.m b/matlab/stoch_simul.m index 7000c8a13..6e9a58d6a 100644 --- a/matlab/stoch_simul.m +++ b/matlab/stoch_simul.m @@ -153,7 +153,6 @@ if options_.irf fprintf(fidTeX,['%% ' datestr(now,0) '\n']); fprintf(fidTeX,' \n'); end - olditer = iter_;% Est-ce vraiment utile ? Il y a la même ligne dans irf... SS(M_.exo_names_orig_ord,M_.exo_names_orig_ord)=M_.Sigma_e+1e-14*eye(M_.exo_nbr); cs = transpose(chol(SS)); tit(M_.exo_names_orig_ord,:) = M_.exo_names; @@ -318,7 +317,6 @@ if options_.irf end end end - iter_ = olditer; end if TeX fprintf(fidTeX,' \n'); diff --git a/matlab/stoch_simul_sparse.m b/matlab/stoch_simul_sparse.m index 6f2e45cef..1f3307f7e 100644 --- a/matlab/stoch_simul_sparse.m +++ b/matlab/stoch_simul_sparse.m @@ -126,7 +126,6 @@ if options_.irf fprintf(fidTeX,['%% ' datestr(now,0) '\n']); fprintf(fidTeX,' \n'); end - olditer = iter_;% Est-ce vraiment utile ? Il y a la même ligne dans irf... SS(M_.exo_names_orig_ord,M_.exo_names_orig_ord)=M_.Sigma_e+1e-14*eye(M_.exo_nbr); cs = transpose(chol(SS)); tit(M_.exo_names_orig_ord,:) = M_.exo_names; @@ -287,7 +286,6 @@ if options_.irf end end end - iter_ = olditer; if TeX fprintf(fidTeX,' \n'); fprintf(fidTeX,'%% End Of TeX file. \n');