Revision 574a2bd2cfc22c9abe30ec2942dee61794eb4924 authored by Tom Fischer on 06 May 2021, 11:34:43 UTC, committed by Tom Fischer on 06 May 2021, 11:34:43 UTC
[NL] Fix multi component eval. of convergence.

Closes #3145

See merge request ogs/ogs!3608
2 parent s 96d28d8 + 5f48abd
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