Skip to content

Commit 88d3305

Browse files
committed
clean
1 parent c35c3ad commit 88d3305

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

StationaryDist/FHorz/SemiExo/StationaryDist_FHorz_Case1_SemiExo_e.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
%%
2121
jequaloneDistKron=reshape(jequaloneDistKron,[N_a*N_semiz*N_z*N_e,1]);
2222
Policy=KronPolicyIndexes_FHorz_Case1(Policy, n_d, n_a, [simoptions.n_semiz,n_z],N_j,n_e);
23-
if simoptions.iterate==0
24-
Policy=gather(Policy);
25-
jequaloneDistKron=gather(jequaloneDistKron);
26-
end
23+
24+
Policy=gather(Policy);
25+
jequaloneDistKron=gather(jequaloneDistKron);
26+
2727
pi_z_J=gather(pi_z_J);
2828
pi_e_J=gather(pi_e_J);
2929

0 commit comments

Comments
 (0)