xo-unit: tidy: bpu_array_maker -> nu_maker

This commit is contained in:
Roland Conybeare 2024-04-27 08:15:01 -04:00
commit 483d14ae5f
3 changed files with 17 additions and 17 deletions

View file

@ -19,7 +19,7 @@ namespace xo {
using xo::qty::natural_unit;
using xo::qty::basis_unit;
using xo::qty::n_dim;
namespace nu = xo::qty::nu2;
namespace nu = xo::qty::nu;
namespace bu = xo::qty::bu;
using xo::rng::xoshiro256ss;