https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ca084180ead975e20c3411492898e2846e8d3099 authored by Tom Fischer on 30 March 2023, 13:10:46 UTC
Merge branch 'ExpandCreateMeshFromElementSelectionForParallelCase' into 'master'
Tip revision: ca08418
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top