https://gitlab.opengeosys.org/ogs/ogs.git
Revision 8dd738565798427460e882bc32763735aea3a98b authored by garibay-j on 05 May 2021, 15:50:00 UTC, committed by garibay-j on 05 May 2021, 15:50:00 UTC
[CL] Enable chemically induced porosity change for equilibrium reactants

See merge request ogs/ogs!3602
2 parent s 122130d + da61e1c
Raw File
Tip revision: 8dd738565798427460e882bc32763735aea3a98b authored by garibay-j on 05 May 2021, 15:50:00 UTC
Merge branch 'PorosityEquilibriumReactants' into 'master'
Tip revision: 8dd7385
.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