https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: bc8b30e3835bdcd8c63e9f5c312c33eef97e074b authored by renchao.lu on 12 October 2021, 11:46:28 UTC
Merge branch 'StokesFlow_3D' into 'master'
Tip revision: bc8b30e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top