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

@ -17,7 +17,7 @@ namespace xo {
* - bpu_list -> bpu_node
*/
namespace obs {
namespace unit {
// ----- lookup_bpu -----
/**
@ -510,7 +510,7 @@ namespace xo {
template<typename D>
using canonical_t = canonical_impl<D>::dim_type;
} /*namespace obs*/
} /*namespace unit*/
} /*namespace xo*/
/* end dimension_impl.hpp */