Skip to content

Commit

Permalink
Update search_and_matching.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Nov 28, 2024
1 parent f354d9e commit bf39a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/markets/search_and_matching.jl
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function perform_firms_market!(
DM_d_ig[i] = 0.0
else
DM_d_ig[i] -= S_fg[f]
DM_nominal_ig[i] += S_fg[f] .* P_f[f]
DM_nominal_ig[i] += S_fg[f] * P_f[f]
S_fg[f] = 0.0
delete!(F_g_sampler, e)
isempty(F_g_sampler) && break
Expand Down

0 comments on commit bf39a4e

Please sign in to comment.