Revision 4b10f2f601a6361257ac1b3a773d4d9d5b89233c authored by Tom Fischer on 28 August 2023, 07:36:55 UTC, committed by Tom Fischer on 28 August 2023, 07:36:55 UTC
[Tool] Remove points from geometry not used in polylines or surfaces

See merge request ogs/ogs!4702
2 parent s b22aaa4 + bcacb13
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