Skip to content

Commit

Permalink
Discard changes to include/emp/hardware/EventDrivenGP.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson authored Feb 29, 2024
1 parent a3e835a commit 786e74d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/emp/hardware/EventDrivenGP.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ namespace emp {
using mem_val_t = double; //< Hardware memory map value type.
using memory_t = std::unordered_map<mem_key_t, mem_val_t>; //< 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<arg_t, MAX_INST_ARGS>; //< Instruction argument set type.
using arg_set_t = emp::array<arg_t, MAX_INST_ARGS>; //< Instruction argument set type.
using affinity_t = BitSet<AFFINITY_WIDTH>; //< Affinity type alias.
using properties_t = std::unordered_set<std::string>; //< Event/Instruction properties type.
using trait_t = TRAIT_T;
Expand Down

0 comments on commit 786e74d

Please sign in to comment.