https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: c565eaab258c7bb2fd33a91d03ae67d4f4edc75a authored by Christoph Lehmann on 19 September 2023, 05:43:08 UTC
Merge branch 'rtp-compute-only-upon-timestep-change' into 'master'
Tip revision: c565eaa
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top