https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: ab1ec100bcd4c2269e9415670de0ed855b9d467f authored by Dmitri Naumov on 28 October 2021, 20:36:22 UTC
Update XDMF library version. Needed for hdf-1.13.0-rc6.
Tip revision: ab1ec10
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top