Revision 13672f6d45a9c0e149f6b5b41bfffecf007e3706 authored by Dmitry Yu. Naumov on 13 March 2021, 10:23:49 UTC, committed by Dmitry Yu. Naumov on 13 March 2021, 10:23:49 UTC
[CL] Update of solid/liquid ratio of the medium due to evolving parameters linked to reactions

See merge request ogs/ogs!3490
2 parent s 168c3e3 + 5d8f37f
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