fix: compilation fixed after previous commits

This commit is contained in:
Mateusz Pusz
2024-10-29 14:49:02 +01:00
parent 06d9197f44
commit 9b3bae0f05

View File

@@ -1485,7 +1485,7 @@ template<QuantitySpec Q>
return q;
} else if constexpr (requires { Q::_parent_; }) {
return get_kind_tree_root(Q::_parent_);
} else if constexpr (DerivedQuantitySpecSpecialization<Q>) {
} else if constexpr (DerivedQuantitySpec<Q>) {
return expr_map<to_kind, derived_quantity_spec, struct dimensionless, type_list_of_quantity_spec_less>(q);
} else {
// root quantity