https://gitlab.opengeosys.org/ogs/ogs.git
Revision e2963065808465e78c566a62c31a67b267867bb6 authored by Dmitry Yu. Naumov on 19 October 2021, 09:43:49 UTC, committed by Dmitry Yu. Naumov on 19 October 2021, 09:43:49 UTC
[TH2M] Fixed a bug in using pressure, strain, stress dependent permeability models

See merge request ogs/ogs!3821
2 parent s 6baa815 + a29b6f8
Raw File
Tip revision: e2963065808465e78c566a62c31a67b267867bb6 authored by Dmitry Yu. Naumov on 19 October 2021, 09:43:49 UTC
Merge branch 'TH2M_strain_perm' into 'master'
Tip revision: e296306
.clang-tidy
---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-pro-type-member-init, *explicit-conversions*, google-explicit-constructor, google-readability-braces-around-statements, modernize-loop-convert, modernize-use-default-member-init, modernize-use-emplace, modernize-use-using, readability-braces-around-statements, readability-else-after-return, readability-named-parameter, *readability-namespace-comments, *readability-inconsistent-*, readability-redundant-member-init, readability-simplify-boolean-expr, readability-string-compare'

WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle:     file
CheckOptions:
  - key:             google-readability-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             hicpp-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             readability-braces-around-statements.ShortStatementLines
    value:           '1'
back to top