https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ffe1768d48000632cbdc4cff5299412638749757 authored by Christoph Lehmann on 14 February 2023, 08:48:26 UTC
[T] Changed solver settings for PETSc and test tolerances
Tip revision: ffe1768
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top