Skip to content

Commit

Permalink
Entfernung von unnötigem Code aus dem Beispiel
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfehrs committed Aug 29, 2024
1 parent 8699095 commit 316da37
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ using namespace zs::units;

int main(int argc, char** argv)
{
constexpr auto a = zs::int_t<cm>{ 100 };
constexpr auto x = zs::int_t<m >{ a }.value();

// Checking arguments
const auto [wall_thickness, outer_diameter, pipe_length] = read_args(argc, argv);

Expand Down
3 changes: 0 additions & 3 deletions examples/pcalc/pcalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ using namespace zs::units;

int main(int argc, char** argv)
{
constexpr auto a = zs::int_t<cm>{ 100 };
constexpr auto x = zs::int_t<m >{ a }.value();

// Checking arguments
const auto [wall_thickness, outer_diameter, pipe_length] = read_args(argc, argv);

Expand Down

0 comments on commit 316da37

Please sign in to comment.