https://gitlab.opengeosys.org/ogs/ogs.git
Revision 729328766c21703453555af4b547e7590af31cc3 authored by renchao_lu on 09 May 2021, 17:23:43 UTC, committed by renchao_lu on 09 May 2021, 17:42:02 UTC
1 parent 942d8e1
Raw File
Tip revision: 729328766c21703453555af4b547e7590af31cc3 authored by renchao_lu on 09 May 2021, 17:23:43 UTC
[PL/RCT] get derivative of saturation with respect to capillary pressure.
Tip revision: 7293287
.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