From 786e74d0e7371203352ccc97369876a899917212 Mon Sep 17 00:00:00 2001 From: Emily Dolson Date: Thu, 29 Feb 2024 13:43:18 -0500 Subject: [PATCH] Discard changes to include/emp/hardware/EventDrivenGP.hpp --- include/emp/hardware/EventDrivenGP.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/emp/hardware/EventDrivenGP.hpp b/include/emp/hardware/EventDrivenGP.hpp index 43e1852531..1931bf5904 100644 --- a/include/emp/hardware/EventDrivenGP.hpp +++ b/include/emp/hardware/EventDrivenGP.hpp @@ -138,8 +138,7 @@ namespace emp { using mem_val_t = double; //< Hardware memory map value type. using memory_t = std::unordered_map; //< Hardware memory map type. using arg_t = int; //< Instruction argument type. - // TODO: Turn this back into emp::array when possible - using arg_set_t = std::array; //< Instruction argument set type. + using arg_set_t = emp::array; //< Instruction argument set type. using affinity_t = BitSet; //< Affinity type alias. using properties_t = std::unordered_set; //< Event/Instruction properties type. using trait_t = TRAIT_T;