https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 9651e22531bd1f4d6ac85d04273e73f15d7b0958 authored by Lars Bilke on 20 July 2021, 07:19:09 UTC
[T] Relax tolerance in ThermoMechanics_tm1_2Dbeam.
Tip revision: 9651e22
.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