From 98a59ddaf8980dc0659264f61b28187325a4a06b Mon Sep 17 00:00:00 2001 From: Kiara Date: Fri, 1 Nov 2024 13:23:57 -0400 Subject: [PATCH] some comment updates --- source/default_mode/SymWorld.h | 2 +- source/sgp_mode/SGPWorldSetup.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/default_mode/SymWorld.h b/source/default_mode/SymWorld.h index 56959d1f..766a575f 100644 --- a/source/default_mode/SymWorld.h +++ b/source/default_mode/SymWorld.h @@ -88,7 +88,7 @@ class SymWorld : public emp::World{ public: /** - * Input: The world's random seed + * Input: The world's random seed and a pointer to this world's config object * * Output: None * diff --git a/source/sgp_mode/SGPWorldSetup.cc b/source/sgp_mode/SGPWorldSetup.cc index 9847e986..daa5ed1c 100644 --- a/source/sgp_mode/SGPWorldSetup.cc +++ b/source/sgp_mode/SGPWorldSetup.cc @@ -75,7 +75,7 @@ int SGPWorld::GetNeighborHost (size_t id, emp::Ptr 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