Revision 7ac95a556a883beaeb5aa40c6573faff675a86af authored by Tom Fischer on 14 December 2022, 09:59:49 UTC, committed by Tom Fischer on 14 December 2022, 09:59:49 UTC
Improve run time of convertToLinearMesh

See merge request ogs/ogs!4406
2 parent s 5f22888 + 3ff9c67
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