https://gitlab.opengeosys.org/ogs/ogs.git
Revision eae3943d29c1dcf1032bafec6b0c4fb36f3e26f8 authored by Wenqing Wang on 14 May 2021, 12:52:01 UTC, committed by Dmitry Yu. Naumov on 07 October 2021, 21:11:23 UTC
1 parent 46b7f1a
Raw File
Tip revision: eae3943d29c1dcf1032bafec6b0c4fb36f3e26f8 authored by Wenqing Wang on 14 May 2021, 12:52:01 UTC
[MeshLib] Added a utility of getElementRotationMatrices
Tip revision: eae3943
.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