Revision 2d267e58154ae6606cc4c1da105879c18a4e5705 authored by montoyav on 15 March 2021, 10:16:33 UTC, committed by montoyav on 15 March 2021, 10:16:33 UTC
Draft: Correct nomenclature for diffusivity in porous media

See merge request ogs/ogs!3223
2 parent s 6c47f32 + 10d9cfd
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