Skip to content

Commit

Permalink
Merge pull request #1 from raul-ortega/master
Browse files Browse the repository at this point in the history
Missin "_" fixed
  • Loading branch information
miguelfortuna authored Jun 1, 2022
2 parents ad7216c + 394eb9d commit faec2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avida-core/support/config/avida.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ MATE_IN_GROUPS 0 # Require all mating to happen within groups
INJECT_METHOD 0 # What should happen to a parasite when it gives birth?
# 0 = Leave the parasite thread state untouched.
# 1 = Resets the state of the calling thread (for SMT parasites, this must be 1)
INFECTION MECHANISM 0 # 0 = Infection will succeed independent of task-based phenotypes
INFECTION_MECHANISM 0 # 0 = Infection will succeed independent of task-based phenotypes
# 1 = Infection will succeed if the parasite and host have at least one overlapping task (Inverse Gene-for-Gene)
# 2 = Infection will succeed if the parasite does at least one task the host does not perform
# 3 = Infection will succeed if the parasite and host do the same tasks (Matching Alleles)
Expand Down

0 comments on commit faec2b9

Please sign in to comment.