Skip to content

Commit

Permalink
fixup: unused
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Oct 31, 2024
1 parent fcd8ecf commit 975974f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/mechanics/compact_tension_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ void crackBranchingExample( const std::string filename )
{
auto xpos = x( pid, 0 );
auto ypos = x( pid, 1 );
auto sign = std::abs( ypos ) / ypos;

if ( ( xpos - x_pin ) * ( xpos - x_pin ) +
( std::abs( ypos ) - y_pin ) * ( std::abs( ypos ) - y_pin ) <
R * R )
Expand Down

0 comments on commit 975974f

Please sign in to comment.