https://gitlab.opengeosys.org/ogs/ogs.git
Revision db682a460382edac30770d76f39cec456b0ab997 authored by wenqing on 18 March 2021, 14:13:00 UTC, committed by wenqing on 18 March 2021, 14:13:00 UTC
Fixed the initial stress setting in HM

Closes #3105

See merge request ogs/ogs!3463
2 parent s 1296c57 + fd107f4
Raw File
Tip revision: db682a460382edac30770d76f39cec456b0ab997 authored by wenqing on 18 March 2021, 14:13:00 UTC
Merge branch 'HM_enabled_restart' into 'master'
Tip revision: db682a4
.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