xo-unit: + gigatonne unit
This commit is contained in:
parent
e6ccd09ad7
commit
a3c6ef6d33
3 changed files with 4 additions and 0 deletions
|
|
@ -368,6 +368,7 @@ namespace xo {
|
|||
constexpr auto tonne = natural_unit<std::int64_t>::from_bu(bu::tonne);
|
||||
constexpr auto kilotonne = natural_unit<std::int64_t>::from_bu(bu::kilotonne);
|
||||
constexpr auto megatonne = natural_unit<std::int64_t>::from_bu(bu::megatonne);
|
||||
constexpr auto gigatonne = natural_unit<std::int64_t>::from_bu(bu::gigatonne);
|
||||
|
||||
constexpr auto picometer = natural_unit<std::int64_t>::from_bu(bu::picometer);
|
||||
constexpr auto nanometer = natural_unit<std::int64_t>::from_bu(bu::nanometer);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue