Revision 140004c45e7f998da1cf2f1d0da52ce85f779a5c authored by eike-radeisen on 25 October 2023, 09:22:38 UTC, committed by eike-radeisen on 25 October 2023, 09:22:38 UTC
New bimodal strain-dependent water retention model based on van Genuchten

See merge request ogs/ogs!4752
2 parent s 4b960bc + 142fc5e
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