https://gitlab.opengeosys.org/ogs/ogs.git
Revision df1076b72de83d84ede14bb14bbd819a67962e7e authored by Norbert Grunwald on 24 March 2021, 11:39:24 UTC, committed by Dmitri Naumov on 30 April 2021, 20:23:49 UTC
1 parent 004eee0
Raw File
Tip revision: df1076b72de83d84ede14bb14bbd819a67962e7e authored by Norbert Grunwald on 24 March 2021, 11:39:24 UTC
<Tests/TH2M> add heatpipe in a slab test
Tip revision: df1076b
.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