Skip to content

Commit

Permalink
Update InfluenceModel.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorisse committed Aug 27, 2020
1 parent 358cc84 commit 9fb2277
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class InfluenceModel
{
private readonly RandomGenerator _model;
private readonly AgentId _agentId;
private readonly BeliefNetwork _networkBeliefs;
private readonly InfluenceNetwork _networkInfluences;
private readonly BeliefsModel _beliefsModel;

Expand Down Expand Up @@ -73,7 +72,6 @@ public class InfluenceModel

_agentId = agentId;
_networkInfluences = network.Influences;
_networkBeliefs = network.Beliefs;
_beliefsModel = beliefsModel;
_model = model;

Expand Down

0 comments on commit 9fb2277

Please sign in to comment.