https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d74ac283f63563d062e596d08865fe9b430f6402 authored by Thomas Fischer on 14 October 2021, 10:24:38 UTC
[A/DE] Catch exception in callGMSH instead of crash.
Tip revision: d74ac28
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top