KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1.02k stars 245 forks source link

[GeoMechanicsApplication] Removed a redundant `override` #12384

Closed avdg81 closed 4 months ago

avdg81 commented 4 months ago

📝 Description Removed an overridden function that simply forwarded the request to its base class. Since that is the default behavior when no override is provided, it's better to remove the redundant implementation.