https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 748912a55d68806e0a230fad158a93f7e8b4c87f authored by Wenqing Wang on 06 December 2021, 15:31:46 UTC
[Test/TRM/PointHeatSource] Corrected boundary nodes by using boundary
Tip revision: 748912a
.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