-
Notifications
You must be signed in to change notification settings - Fork 70
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
Revert "Fix hypoelastic instability" #776
Conversation
This reverts commit 630695c.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #776 +/- ##
==========================================
+ Coverage 43.72% 43.79% +0.07%
==========================================
Files 65 65
Lines 19053 19056 +3
Branches 2319 2326 +7
==========================================
+ Hits 8331 8346 +15
+ Misses 9320 9302 -18
- Partials 1402 1408 +6 ☔ View full report in Codecov by Sentry. |
src/simulation/m_hypoelastic.fpp
Outdated
use m_global_parameters !< Definitions of the global parameters | ||
|
||
use m_finite_differences | ||
use m_helper | ||
use m_mpi_proxy !< Message passing interface (MPI) module proxy |
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.
Could we please remove the use m_mpi_proxy
line? I think it wasn't present in the previous version.
Yes this is exactly what I meant. I made one comment but don't think it matters. Really sorry for the trouble! |
Reverts #773