https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 16726a585ec7b761ae63ab1379dc206748ecb0a2 authored by Wenqing Wang on 18 September 2020, 14:40:34 UTC
[Test] Added Liakopoulos for NonIsothermalRichardsFlowMechanics
Tip revision: 16726a5
.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