diff --git a/include/xo/unit/Quantity2.hpp b/include/xo/unit/xquantity.hpp similarity index 100% rename from include/xo/unit/Quantity2.hpp rename to include/xo/unit/xquantity.hpp diff --git a/include/xo/unit/Quantity2_iostream.hpp b/include/xo/unit/xquantity_iostream.hpp similarity index 100% rename from include/xo/unit/Quantity2_iostream.hpp rename to include/xo/unit/xquantity_iostream.hpp diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt index 9584b632..5a063bc0 100644 --- a/utest/CMakeLists.txt +++ b/utest/CMakeLists.txt @@ -3,7 +3,7 @@ set(SELF_EXE utest.unit) set(SELF_SRCS unit_utest_main.cpp #mpl_unit.test.cpp - Quantity2.test.cpp + xquantity.test.cpp quantity.test.cpp bpu.test.cpp basis_unit.test.cpp diff --git a/utest/Quantity2.test.cpp b/utest/xquantity.test.cpp similarity index 99% rename from utest/Quantity2.test.cpp rename to utest/xquantity.test.cpp index 66647ef2..319edcd6 100644 --- a/utest/Quantity2.test.cpp +++ b/utest/xquantity.test.cpp @@ -1,7 +1,7 @@ /* @file Quantity.test.cpp */ -#include "Quantity2.hpp" -#include "Quantity2_iostream.hpp" +#include "xquantity.hpp" +#include "xquantity_iostream.hpp" #include "xo/randomgen/random_seed.hpp" #include "xo/randomgen/xoshiro256.hpp" #include "xo/indentlog/scope.hpp"