https://gitlab.opengeosys.org/ogs/ogs.git
Revision d2d1748161787e2ef28ef86e24853a78e8d5d444 authored by Dmitri Naumov on 19 May 2021, 14:40:31 UTC, committed by Dmitri Naumov on 19 May 2021, 15:46:41 UTC
Functions are only used internally in the translation unit.
No need to expose the interface.
1 parent c04b0b7
Raw File
Tip revision: d2d1748161787e2ef28ef86e24853a78e8d5d444 authored by Dmitri Naumov on 19 May 2021, 14:40:31 UTC
[App/IO] Move raster readers in cpp file.
Tip revision: d2d1748
codecov.yml
codecov:
  token: 2371d4ae-34d6-4a75-a212-0ecd2ffa2629

ignore:
  - "Applications/CLI"
  - "ProcessLib"
  - "ThirdParty"
  - "*Tests/**/*"
back to top