Revision a9a39d454ba64f79be26d4a6539fc57f0d72864b authored by Dmitri Naumov on 27 April 2023, 17:11:09 UTC, committed by Dmitri Naumov on 04 May 2023, 07:20:35 UTC
Testing precision of the output value written in the xdmf file.
1 parent 25dce78
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