diff --git a/example/ex1/ex1.cpp b/example/ex1/ex1.cpp index 74d0dc10..2e286e7c 100644 --- a/example/ex1/ex1.cpp +++ b/example/ex1/ex1.cpp @@ -5,7 +5,7 @@ int main () { - namespace qty = xo::obs::qty; + namespace qty = xo::unit::qty; using namespace std; auto t = qty::milliseconds(10); diff --git a/example/ex2/ex2.cpp b/example/ex2/ex2.cpp index 96e574ed..2caf4ee3 100644 --- a/example/ex2/ex2.cpp +++ b/example/ex2/ex2.cpp @@ -5,9 +5,9 @@ int main () { - namespace u = xo::obs::units; - namespace qty = xo::obs::qty; - using xo::obs::quantity; + namespace u = xo::unit::units; + namespace qty = xo::unit::qty; + using xo::unit::quantity; using namespace std; quantity t = qty::milliseconds(10); diff --git a/example/ex3/ex3.cpp b/example/ex3/ex3.cpp index d7939957..77fcf03e 100644 --- a/example/ex3/ex3.cpp +++ b/example/ex3/ex3.cpp @@ -5,9 +5,9 @@ int main () { - namespace u = xo::obs::units; - namespace qty = xo::obs::qty; - using xo::obs::quantity; + namespace u = xo::unit::units; + namespace qty = xo::unit::qty; + using xo::unit::quantity; using namespace std; auto t1 = qty::milliseconds(1);