fixed some bugs

This commit is contained in:
2019-11-18 18:05:47 -07:00
parent 336746c138
commit 8237544bf8
64 changed files with 274 additions and 348 deletions

View File

@@ -57,9 +57,9 @@ namespace usu
}
//america
using ounce = weight<std::ratio<35'273'961, 1'000'000'000>>;
using pound = weight<std::ratio<2'204'622, 1'000'000'000>>;
using ton = weight<std::ratio<1'102'311, 1'000'000'000'000>>;
using ounce = weight<std::ratio<28'349'523'125, 1'000'000'000>, double>;
using pound = weight<std::ratio<45'359'237, 100'000>, double>;
using ton = weight<std::ratio<90'718'474 , 100>, double>;
//metrics
using microgram = weight<std::ratio<1, 1'000'000>>;
using gram = weight<std::ratio<1, 1>>;