Skip to content

Commit

Permalink
Beseitigung eines nicht mehr benötigten Kommentars
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs committed Jan 23, 2024
1 parent 4315799 commit 3b78d0f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/zollstock/scalar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ namespace zollstock
template <unit_c auto that_unit, std::size_t pos>
[[nodiscard]] constexpr double dimension_factor() const noexcept
{
// muss der Exponent mit einbezogen werden?

constexpr auto this_exponent = get<pos>(this_unit.exponents);
constexpr auto that_exponent = get<pos>(that_unit.exponents);

Expand Down

0 comments on commit 3b78d0f

Please sign in to comment.