Skip to content

Commit

Permalink
Fix the scope fusion to not be get
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Oct 26, 2024
1 parent 07db283 commit bbeef30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsl/fusion/ScopeFusion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ namespace dsl {
struct ScopeFuser<std::tuple<Word1, WordN...>> {

template <typename DSL, typename U = Word1>
static auto get(threading::ReactionTask& task)
static auto scope(threading::ReactionTask& task)
-> decltype(util::FunctionFusion<std::tuple<Word1, WordN...>,
decltype(std::forward_as_tuple(task)),
ScopeCaller,
Expand Down

0 comments on commit bbeef30

Please sign in to comment.