https://gitlab.opengeosys.org/ogs/ogs.git
Revision 46b7f1a0db4e277da483ed719a83b0a2ced35ecd authored by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC
Remove Qt dependency from MoveGeometry and TriangulatePolyline

See merge request ogs/ogs!3829
2 parent s 315f0eb + 1836e43
Raw File
Tip revision: 46b7f1a0db4e277da483ed719a83b0a2ced35ecd authored by Dmitry Yu. Naumov on 07 October 2021, 18:49:16 UTC
Merge branch 'RemoveQtDependencyFromGeoTools' into 'master'
Tip revision: 46b7f1a
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top