Revision a2538eae38312610a654513ed77160f758844a31 authored by Dmitry Yu. Naumov on 05 July 2021, 08:31:31 UTC, committed by Dmitry Yu. Naumov on 05 July 2021, 08:31:31 UTC
[T/TH2M] HM flow-fully-saturated. Liquid and gas.

See merge request ogs/ogs!3684
2 parent s 256a351 + f050aae
Raw File
.clang-tidy
---
# Disable all checks, one check has to be enabled.
# Hack: if there is no enabled check clang-tidy (at least in the way it is
# invoked by CMake) prints out its own usage instructions. I have chosen an
# arbitrary check here.
Checks: '-*,boost-use-to-string'
back to top