https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: d4a7579155779e7570cb03e42b52b0af373f2b23 authored by Wenqing Wang on 02 November 2020, 07:26:39 UTC
[TRM] Improved the calculation of the displacement portion of RHS
Tip revision: d4a7579
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top