Revision bcd41d27501a545525b94493f4903c9d55493123 authored by Tom Fischer on 21 December 2022, 16:59:00 UTC, committed by Tom Fischer on 21 December 2022, 16:59:00 UTC
Correct getElevation() and Mesh2Raster tool

See merge request ogs/ogs!4422
2 parent s eba5533 + fd28d04
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