bugfix: Quantity -> xquantity
This commit is contained in:
parent
692b26754c
commit
c9cea234bc
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
namespace xo {
|
||||
namespace py = pybind11;
|
||||
using Unit = xo::qty::natural_unit<std::int64_t>;
|
||||
using XoQuantity = xo::qty::Quantity<double, std::int64_t>;
|
||||
using XoQuantity = xo::qty::xquantity<double, std::int64_t>;
|
||||
|
||||
namespace qty {
|
||||
PYBIND11_MODULE(PYUNIT_MODULE_NAME(), m) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue