https://gitlab.opengeosys.org/ogs/ogs.git
Revision ff15d0990a58a14bd5ee5f77e9729a23de2ea350 authored by Dmitry Yu. Naumov on 11 May 2021, 10:12:36 UTC, committed by Dmitry Yu. Naumov on 11 May 2021, 10:12:36 UTC
Add doxygen documentition for line source terms.

See merge request ogs/ogs!3618
2 parent s e4b016b + a8315a5
Raw File
Tip revision: ff15d0990a58a14bd5ee5f77e9729a23de2ea350 authored by Dmitry Yu. Naumov on 11 May 2021, 10:12:36 UTC
Merge branch 'FixDocu' into 'master'
Tip revision: ff15d09
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top