Revision 08c2d40270c14b4fc763f4d054a690ebd0e848c5 authored by Christoph Lehmann on 03 April 2023, 16:27:41 UTC, committed by Christoph Lehmann on 03 April 2023, 16:27:41 UTC
THM; Extract update of constitutive relations

See merge request ogs/ogs!4528
2 parent s 03775f6 + f7e324b
Raw File
.clang-format
---
Language:        Cpp
BasedOnStyle:    Google

AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
BreakBeforeBraces: Allman
DerivePointerAlignment: false
ExperimentalAutoDetectBinPacking: true
IndentWidth:     4
PointerAlignment: Left
Standard:        Cpp11
TabWidth:        4
UseTab:          Never
back to top