Revision 362dbd9ba4e248870d2ac90be6e567293e389d3e authored by wenqing on 19 March 2021, 12:04:24 UTC, committed by wenqing on 19 March 2021, 12:04:24 UTC
Added a new property type of  latent_heat and a property of WaterVapourLatentHeat

See merge request ogs/ogs!3519
2 parent s aac1840 + ba67835
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