Skip to content

Commit

Permalink
some comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Johnson-Horrigan committed Nov 1, 2024
1 parent 027c516 commit 98a59dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/default_mode/SymWorld.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class SymWorld : public emp::World<Organism>{

public:
/**
* Input: The world's random seed
* Input: The world's random seed and a pointer to this world's config object
*
* Output: None
*
Expand Down
2 changes: 1 addition & 1 deletion source/sgp_mode/SGPWorldSetup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int SGPWorld::GetNeighborHost (size_t id, emp::Ptr<Organism> symbiont){
/**
* Input: Pointers to a host and to a symbiont
*
* Output: Whether host and symbion parent are able to accomplish
* Output: Whether host and symbiont parent are able to accomplish
* at least one task in common
*
* Purpose: To check for task matching before vertical transmission
Expand Down

0 comments on commit 98a59dd

Please sign in to comment.