xo-unit: refactor: xo::unit ns -> xo::qty

This commit is contained in:
Roland Conybeare 2024-04-22 15:41:15 -04:00
commit cb5cd1d26f
19 changed files with 61 additions and 87 deletions

View file

@ -8,7 +8,7 @@
#include "bpu_array.hpp"
namespace xo {
namespace unit {
namespace qty {
/** @class quantity
* @brief represent a scalar quantity with attached units. enforce dimensional consistency.
*
@ -21,7 +21,7 @@ namespace xo {
private:
};
} /*namespace unit*/
} /*namespace qty*/
} /*namespace xo*/