https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: e6768efcf9cb85cc0de7676fbdb0e507291b522f authored by joerg on 17 February 2022, 21:03:39 UTC
added small tests for new eigen iterative solvers
Tip revision: e6768ef
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top