https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 6bb0bd8b8c0848e83060e74586ae47cc37845794 authored by Dmitri Naumov on 07 October 2021, 19:34:41 UTC
[PL/TH2M] fC_4_LCpC derivatives wrt p_cap, p_GR, T.
Tip revision: 6bb0bd8
.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