https://gitlab.opengeosys.org/ogs/ogs.git
Revision 719d71dc14002e81ce2d08ada2867fe6f01977f9 authored by Dmitry Yu. Naumov on 10 February 2023, 14:58:46 UTC, committed by Dmitry Yu. Naumov on 10 February 2023, 14:58:46 UTC
Remove N_u_op from ip data in THM and all other mechanical processes

See merge request ogs/ogs!4477
2 parent s 925935f + 3ba6312
Raw File
Tip revision: 719d71dc14002e81ce2d08ada2867fe6f01977f9 authored by Dmitry Yu. Naumov on 10 February 2023, 14:58:46 UTC
Merge branch 'RemoveNuOpFromIpData' into 'master'
Tip revision: 719d71d
.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