https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6844cf79ae4ec1b7eae9841a58ef2d7b8da7b5fc authored by Christoph Lehmann on 04 April 2023, 14:57:04 UTC
Merge branch 'openmp-parallel-assembly' into 'master'
Tip revision: 6844cf7
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top