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

@ -7,7 +7,7 @@
#include <ratio>
namespace xo {
namespace obs {
namespace unit {
// ----- native_bpu -----
/** @class native_bpu
@ -253,7 +253,7 @@ namespace xo {
_p_type /*Power*/ >;
};
} /*namespace obs*/
} /*namespace unit*/
} /*namespace xo*/
/* end native_bpu.hpp */