forked from mpusz/mp-units
refactor: Fine-grained references support added
This commit is contained in:
@@ -60,7 +60,8 @@ std::ostream& operator<<(std::ostream& os, const matrix<ET, OT>& v)
|
||||
namespace {
|
||||
|
||||
using namespace units::isq;
|
||||
using namespace units::isq::si::references;
|
||||
using namespace units::isq::si::length_references;
|
||||
using namespace units::isq::si::force_references;
|
||||
|
||||
template<typename Rep = double>
|
||||
using vector = std::math::fs_vector<Rep, 3>;
|
||||
@@ -68,7 +69,6 @@ using vector = std::math::fs_vector<Rep, 3>;
|
||||
template<typename Rep = double>
|
||||
using matrix = std::math::fs_matrix<Rep, 3, 3>;
|
||||
|
||||
|
||||
void vector_of_quantity_add()
|
||||
{
|
||||
std::cout << "\nvector_of_quantity_add:\n";
|
||||
|
||||
Reference in New Issue
Block a user