https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 78ced53ff825ac7212a596c3e9f7ce4a05473946 authored by Tom Fischer on 07 October 2023, 18:17:38 UTC
Merge branch 'UpdatePETScSolverOutput' into 'master'
Tip revision: 78ced53
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top