Revision 6b3b0bd561d09a84d564cd3ebd838ef5eebb9b8f authored by Dmitry Yu. Naumov on 04 March 2021, 11:13:57 UTC, committed by Dmitry Yu. Naumov on 04 March 2021, 11:13:57 UTC
[THM] Removed the double declared VariableArray

See merge request ogs/ogs!3485
2 parent s 9c1e1b1 + 1dc27da
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