https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d8ca239e9c7b37cde1cf1f7630f92d1b0af84784 authored by Karsten Rink on 11 October 2023, 08:54:18 UTC
Merge branch 'RemoveMeshElementsInvertBoundingBox' into 'master'
Tip revision: d8ca239
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top