refactor: xo-unit: native_bpu2.hpp -> bpu2.hpp

This commit is contained in:
Roland Conybeare 2024-04-22 15:46:37 -04:00
commit 16b14f6827
6 changed files with 7 additions and 7 deletions

View file

@ -6,7 +6,7 @@
#pragma once
#include "xo/ratio/ratio_iostream.hpp"
#include "native_bpu2.hpp"
#include "bpu2.hpp"
#include <iostream>
namespace xo {

View file

@ -2,7 +2,7 @@
#pragma once
#include "native_bpu2.hpp"
#include "bpu2.hpp"
namespace xo {
namespace qty {

View file

@ -5,7 +5,7 @@
#pragma once
#include "native_bpu2.hpp"
#include "bpu2.hpp"
#include <cmath>
#include <cassert>

View file

@ -1,6 +1,6 @@
/* @file mpl_unit.test.cpp */
#include "native_bpu2.hpp"
//#include "native_bpu.hpp"
#include "xo/unit/mpl/quantity.hpp"
//#include "xo/unit/unit.hpp"
//#include "xo/unit/Quantity2_iostream.hpp"
@ -39,7 +39,7 @@ namespace xo {
//using xo::unit::bpu2_abbrev_type;
//using xo::unit::abbrev::bpu2_abbrev;
//using xo::unit::basis_unit2_store;
using xo::qty::power_ratio_type;
//using xo::unit::power_ratio_type;
//using xo::unit::abbrev::flatstring_from_exponent;
//using xo::unit::bpu2;
//using xo::unit::detail::bpu2_rescale;

View file

@ -7,8 +7,8 @@
#include "xo/unit/natural_unit.hpp"
#include "xo/unit/natural_unit_iostream.hpp"
#include "xo/unit/bpu_store.hpp"
#include "xo/unit/native_bpu2.hpp"
#include "xo/unit/native_bpu2_iostream.hpp"
#include "xo/unit/bpu2.hpp"
#include "xo/unit/bpu2_iostream.hpp"
#include "xo/unit/basis_unit2.hpp"
#include "xo/unit/dim_util2.hpp"
#include "xo/reflect/Reflect.hpp"