https://gitlab.opengeosys.org/ogs/ogs.git
Revision ef9cb3c527e4119ae00c8859ff391ffbd8c917ec authored by Tom Fischer on 15 November 2023, 07:19:31 UTC, committed by Tom Fischer on 15 November 2023, 07:19:31 UTC
Improve parameter evaluation in Neumann-type boundary condition

See merge request ogs/ogs!4798
2 parent s 1bf154a + 56017d0
Raw File
Tip revision: ef9cb3c527e4119ae00c8859ff391ffbd8c917ec authored by Tom Fischer on 15 November 2023, 07:19:31 UTC
Merge branch 'ImproveNeumannParameterEvaluation' into 'master'
Tip revision: ef9cb3c
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top