Revision 3828214a27f7cd870c0447df372e103804aaebcb authored by Thomas Fischer on 16 December 2020, 08:47:10 UTC, committed by Thomas Fischer on 16 December 2020, 11:47:21 UTC
Simulation input (partitioning of the mesh) has changed. This leads to changed
output files.
1 parent 016543a
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