xo-unit: tidy: nu_bpu_product() -> su_bpu_product()

This commit is contained in:
Roland Conybeare 2024-04-27 08:10:01 -04:00
commit a195e7e702
2 changed files with 5 additions and 5 deletions

View file

@ -88,7 +88,7 @@ namespace xo {
template <typename Int>
constexpr
scaled_unit<Int>
nu_bpu_product(const natural_unit<Int> & lhs_bpu_array,
su_bpu_product(const natural_unit<Int> & lhs_bpu_array,
const bpu<Int> & rhs_bpu)
{
natural_unit<Int> prod = lhs_bpu_array;