Revision 1f00a0fb0ff577a1057da3f6f8a7afe0fa1a57f4 authored by Dmitry Yu. Naumov on 25 March 2021, 11:18:14 UTC, committed by Dmitry Yu. Naumov on 25 March 2021, 11:18:14 UTC
Change of nomenclature (in the documentation) of the physical constants in the Material Library

See merge request ogs/ogs!3543
2 parent s b0a8d03 + 10a1660
Raw File
.clang-tidy
---
Checks: '-*,clang-diagnostic-*,clang-analyzer-*,cppcoreguidelines-pro-type-member-init, *explicit-conversions*, google-explicit-constructor, google-readability-braces-around-statements, modernize-loop-convert, modernize-use-default-member-init, modernize-use-emplace, modernize-use-using, readability-braces-around-statements, readability-else-after-return, readability-named-parameter, *readability-namespace-comments, *readability-inconsistent-*, readability-redundant-member-init, readability-simplify-boolean-expr, readability-string-compare'

WarningsAsErrors: ''
HeaderFilterRegex: '.*'
AnalyzeTemporaryDtors: false
FormatStyle:     file
CheckOptions:
  - key:             google-readability-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             hicpp-braces-around-statements.ShortStatementLines
    value:           '1'
  - key:             readability-braces-around-statements.ShortStatementLines
    value:           '1'
back to top