-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GeoMechanicsApplication] Remove commented code from elements #12189
Conversation
…lagrangian_FIC_element.hpp
…lagrangian_element.hpp
… used '= default' for trivial destructor
@@ -74,8 +74,6 @@ void TransientPwElement<TDim, TNumNodes>::CalculateDampingMatrix(MatrixType& rDa | |||
{ | |||
KRATOS_TRY | |||
|
|||
// Rayleigh Method (Damping Matrix = alpha*M + beta*K) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we only return a zero matrix here, I removed the comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and clear cleanup. Thanks for reducing the noise levels in this part of the code base.
📝 Description
This PR removes commented code as flagged by SonarCloud and implements a few other quick wins to remove element code smells.