xo-unit: move types: xo::obs:: -> xo::unit::

This commit is contained in:
Roland Conybeare 2024-04-02 17:28:15 -04:00
commit 7e61533caf
14 changed files with 147 additions and 114 deletions

View file

@ -8,7 +8,7 @@
#include <numeric>
namespace xo {
namespace obs {
namespace unit {
// ----- ratio_floor -----
template <typename Ratio>
@ -236,7 +236,7 @@ namespace xo {
return exponent2str_aux<Ratio::type::num, Ratio::type::den>().value;
};
} /*namespace obs*/
} /*namespace unit*/
} /*namespace xo*/
/* end ratio_util.hpp */