https://gitlab.opengeosys.org/ogs/ogs.git
Revision c2a158d211bf82e39afab71396f1bc143ac02a90 authored by Dmitry Yu. Naumov on 15 March 2021, 08:24:56 UTC, committed by Dmitry Yu. Naumov on 15 March 2021, 08:24:56 UTC
Use constexpr for KelvinVectorDimensions

See merge request ogs/ogs!3453
2 parent s 30d75b5 + 4511f36
Raw File
Tip revision: c2a158d211bf82e39afab71396f1bc143ac02a90 authored by Dmitry Yu. Naumov on 15 March 2021, 08:24:56 UTC
Merge branch 'KelvinVectorDimConstexpr' into 'master'
Tip revision: c2a158d
.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