Skip to content

Commit

Permalink
ActivityDrivenModel: removed unused max_opinion_diff field
Browse files Browse the repository at this point in the history
  • Loading branch information
MSallermann committed Mar 9, 2024
1 parent f418f68 commit b82186b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/models/ActivityDrivenModel.hpp
Original file line number Diff line number Diff line change
@@ -38,7 +38,6 @@ class ActivityAgentModel : public Model<Agent<ActivityAgentData>>
using AgentT = Agent<ActivityAgentData>;

private:
double max_opinion_diff = 0;
Network & network;
std::vector<std::vector<Network::WeightT>> contact_prob_list; // Probability of choosing i in 1 to m rounds
// Random number generation

0 comments on commit b82186b

Please sign in to comment.