Revision 8b8bd66a6eb2bbb8db428ce98cae4e3d97e900a9 authored by yezhigangzju on 10 December 2020, 15:22:04 UTC, committed by yezhigangzju on 10 December 2020, 15:22:04 UTC
Update thermo-osmosis and thermo-filtration effects to the ThermoHydroMechanics process

See merge request ogs/ogs!3121
2 parent s 37c6f8e + 64c05cf
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