https://gitlab.opengeosys.org/ogs/ogs.git
Revision f00bb9113ddd2a340c2a616a528289398622cdea authored by Christoph Lehmann on 12 January 2023, 09:24:17 UTC, committed by Christoph Lehmann on 12 January 2023, 09:24:17 UTC
Jupyter Notebook: Seabed response

See merge request ogs/ogs!4440
2 parent s 2a2bcbe + 9390679
Raw File
Tip revision: f00bb9113ddd2a340c2a616a528289398622cdea authored by Christoph Lehmann on 12 January 2023, 09:24:17 UTC
Merge branch 'SeabedResponse' into 'master'
Tip revision: f00bb91
.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