Skip to content

Commit

Permalink
Re-add default
Browse files Browse the repository at this point in the history
  • Loading branch information
simonge committed Aug 20, 2024
1 parent ccce8f5 commit c499b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/meta/SubDivideFunctors.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace eicrecon {
template <auto MemberFunctionPtr>
class RangeSplit {
public:
RangeSplit(const std::vector<std::pair<double, double>>& ranges, bool inside)
RangeSplit(const std::vector<std::pair<double, double>>& ranges, bool inside = true)
: m_ranges(ranges), m_inside(ranges.size(), inside) {}

RangeSplit(const std::vector<std::pair<double, double>>& ranges, const std::vector<bool>& inside)
Expand Down

0 comments on commit c499b4e

Please sign in to comment.