https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 895e3925579b8e850ebd8eea970ddbf827f7afea authored by Lars Bilke on 09 April 2021, 07:35:11 UTC
Extracted vtk filters into an own library VtkVisFilter.
Tip revision: 895e392
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top