Skip to content

Commit

Permalink
Hinzufügen eines Einheitentyps für die Einheit 1
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs committed Jan 23, 2024
1 parent 3b78d0f commit 2157837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zollstock/dimensionless_unit_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace zollstock::inline unit::inline types

struct one
{

static constexpr unit_type type = unit_type::basic;
static constexpr quantity_exponents exponents{ 0, 0, 0 };
static constexpr quantity_factors factors{ 0.0L, 0.0L, 0.0L };
static constexpr quantity_symbols symbols{ ""_us, ""_us, ""_us };
Expand Down

0 comments on commit 2157837

Please sign in to comment.