https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 71b724ef1f28932bf0f1d467a22704be5c7dfbb8 authored by Dmitry Yu. Naumov on 25 January 2022, 10:14:48 UTC
Merge branch 'LocalNewtonRaphsonScaling' into 'master'
Tip revision: 71b724e
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top