https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: faa9307c6923cb8cf665fb2d7ce91b6102d3c76b authored by Jörg Buchwald on 15 June 2021, 16:49:38 UTC
add documentation for ThermoRichardsFlow
Tip revision: faa9307
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top