Revision 7d8bcc1722d2cae8310d8943e4aa954d3dbfc079 authored by Dmitry Yu. Naumov on 05 November 2020, 10:16:25 UTC, committed by Dmitry Yu. Naumov on 05 November 2020, 10:16:25 UTC
[Parameter/CoordinateSystem] Increased the tolerance for |A|=1

See merge request ogs/ogs!3203
2 parent s e9e8710 + c4fcde7
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