https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 917bfa86beb2ac0f9dcb8310247473b7c80fb7f8 authored by Christoph Lehmann on 26 September 2023, 11:14:25 UTC
Merge branch 'rtp-compute-only-upon-timestep-change' into 'master'
Tip revision: 917bfa8
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top