https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 3fa421560c819abc283846723bb1c2e853c3df94 authored by Tom Fischer on 09 October 2023, 06:36:38 UTC
Merge branch 'UpdatePETScSolverOutput' into 'master'
Tip revision: 3fa4215
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top