xo-unit: move types: xo::obs:: -> xo::unit::
This commit is contained in:
parent
06a7e938e4
commit
7e61533caf
14 changed files with 147 additions and 114 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue