Skip to content

Commit

Permalink
Update beluga/include/beluga/algorithm/resampling_rate_policies/selec…
Browse files Browse the repository at this point in the history
…tive_resampling_policy.hpp

Co-authored-by: Nahuel Espinosa <[email protected]>
Signed-off-by: Gerardo Puga <[email protected]>
  • Loading branch information
glpuga and nahueespinosa authored Feb 28, 2023
1 parent 9c4750e commit 0dcaa6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
namespace beluga {

struct SelectiveResamplingPolicyParam {
bool selective_resampling{false};
bool enabled{false};
};

template <class Mixin>
Expand Down

0 comments on commit 0dcaa6d

Please sign in to comment.