https://gitlab.opengeosys.org/ogs/ogs.git
Revision 31ae56e12e80445e02b60e291000905e5e7a53e3 authored by Dmitry Yu. Naumov on 13 March 2023, 16:30:20 UTC, committed by Dmitry Yu. Naumov on 13 March 2023, 16:30:20 UTC
TH2M; Move C_el computation before bulk modulus

See merge request ogs/ogs!4520
2 parent s ebaaa16 + 39d45f0
Raw File
Tip revision: 31ae56e12e80445e02b60e291000905e5e7a53e3 authored by Dmitry Yu. Naumov on 13 March 2023, 16:30:20 UTC
Merge branch 'TH2M_MFrontBulkModulus' into 'master'
Tip revision: 31ae56e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top