https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 43258225e799cca4b6ee6d5001d7781f94516bd7 authored by Wenqing Wang on 06 September 2021, 07:18:19 UTC
Increased the tolerance of the local Newton method for BGRa in one test
Tip revision: 4325822
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top