https://gitlab.opengeosys.org/ogs/ogs.git
Revision 51154538d2cbb7faab75f281e84bdd686457b1b4 authored by Wenqing Wang on 03 March 2021, 16:21:08 UTC, committed by Wenqing Wang on 05 March 2021, 08:20:41 UTC
1 parent 6b3b0bd
Raw File
Tip revision: 51154538d2cbb7faab75f281e84bdd686457b1b4 authored by Wenqing Wang on 03 March 2021, 16:21:08 UTC
[THM] Updated the solid thermal expansivity calculation
Tip revision: 5115453
.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