Revision ed4b925e406926ec0647c4a4d702d865ac096ce2 authored by Dmitry Yu. Naumov on 02 March 2021, 13:58:43 UTC, committed by Dmitry Yu. Naumov on 02 March 2021, 13:58:43 UTC
Update the python script for the BHE Array 2D benchmark

See merge request ogs/ogs!3475
2 parent s e245bab + 312fdf9
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