https://gitlab.opengeosys.org/ogs/ogs.git
Revision b8ce717feffefed5eb2e944b918de453963d935f authored by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC, committed by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC
Fixing TES Zeolite ctest.

Closes #3198

See merge request ogs/ogs!3815
2 parent s f63a01b + 8a63aad
Raw File
Tip revision: b8ce717feffefed5eb2e944b918de453963d935f authored by Dmitry Yu. Naumov on 01 October 2021, 20:52:00 UTC
Merge branch 'FixingTesZeoliteCtest' into 'master'
Tip revision: b8ce717
.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