https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 4088650794e4123786c6a224a720fc8f937b056b authored by Lars Bilke on 17 March 2021, 21:13:10 UTC
[cmake] Removed ChemistryLib dependency in ProcessLib.
Tip revision: 4088650
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top