https://gitlab.opengeosys.org/ogs/ogs.git
Revision a57d6134a1ec1cd24f9f637d1e4b51ae9df711e1 authored by Wenqing Wang on 08 June 2021, 13:42:21 UTC, committed by Wenqing Wang on 13 July 2021, 14:29:55 UTC
1 parent a2d4a22
Raw File
Tip revision: a57d6134a1ec1cd24f9f637d1e4b51ae9df711e1 authored by Wenqing Wang on 08 June 2021, 13:42:21 UTC
[LIE] Improved the rotation computation of boday force and velocity.
Tip revision: a57d613
.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