xo-unit: refactor: xo::unit ns -> xo::qty
This commit is contained in:
parent
67e26a426f
commit
cb5cd1d26f
19 changed files with 61 additions and 87 deletions
|
|
@ -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*/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue