refactor: physical replaced with isq

Refers to #249
This commit is contained in:
Mateusz Pusz
2021-03-16 12:03:25 +01:00
parent f3bcdc4ad2
commit bbbb77286c
304 changed files with 1354 additions and 1354 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
// SOFTWARE.
#include <units/quantity_io.h>
#include <units/physical/si/prefixes.h>
#include <units/isq/si/prefixes.h>
#include <iostream>
using namespace units;
@@ -40,8 +40,8 @@ using length = quantity<dim_length, U, Rep>;
namespace si {
struct metre : named_unit<metre, "m", units::physical::si::prefix> {};
struct kilometre : prefixed_unit<kilometre, units::physical::si::kilo, metre> {};
struct metre : named_unit<metre, "m", units::isq::si::prefix> {};
struct kilometre : prefixed_unit<kilometre, units::isq::si::kilo, metre> {};
struct dim_length : base_dimension<"L", metre> {};