Revision e3b4c6ce859802c2b71955c357352af9cbdca448 authored by Dmitry Yu. Naumov on 12 May 2021, 11:01:22 UTC, committed by Dmitry Yu. Naumov on 12 May 2021, 11:01:22 UTC
Bug fixing in EffectiveThermalConductivityPorosityMixing: Avoided the porosity calculation

See merge request ogs/ogs!3615
2 parent s 081d95b + 85b191f
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