Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/mockturtle/views/choice_view.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ class choice_view<Ntk, false> : public Ntk
private:
std::shared_ptr<std::vector<node>> _choice_repr;
std::shared_ptr<std::vector<signal>> _choice_phase;
choice_view_params const _ps;
choice_view_params _ps;
std::shared_ptr<typename network_events<Ntk>::add_event_type> _add_event;
};

Expand Down
Loading