https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: dc4bc3ba0b9de022e2962a3bb76da4f7865f2322 authored by Dmitri Naumov on 14 March 2021, 14:15:14 UTC
[MaL] MathTools; remove scalarProduct.
Tip revision: dc4bc3b
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top