https://gitlab.opengeosys.org/ogs/ogs.git
Revision 545ab920a00534e3105c1ca31cd42c332fcf9632 authored by Dmitri Naumov on 23 January 2023, 18:29:50 UTC, committed by Dmitri Naumov on 01 February 2023, 18:15:26 UTC
For a single internal variable the number of components must
be equal for all materials.
1 parent 007fd60
Raw File
Tip revision: 545ab920a00534e3105c1ca31cd42c332fcf9632 authored by Dmitri Naumov on 23 January 2023, 18:29:50 UTC
[PL] Check number of components for all materials
Tip revision: 545ab92
.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