https://gitlab.opengeosys.org/ogs/ogs.git
Revision 24f7571b217ee2b33e931d1c35511a08fe29e8b3 authored by Dmitry Yu. Naumov on 23 April 2021, 21:16:51 UTC, committed by Dmitry Yu. Naumov on 23 April 2021, 21:16:51 UTC
[MPL] EmbeddedFracturePermeability fix for 2D

See merge request ogs/ogs!3587
2 parent s 1ce7d94 + 30a01f2
Raw File
Tip revision: 24f7571b217ee2b33e931d1c35511a08fe29e8b3 authored by Dmitry Yu. Naumov on 23 April 2021, 21:16:51 UTC
Merge branch 'EmbeddedFracturePermeability_2D_Fix' into 'master'
Tip revision: 24f7571
.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