Revision d02928d71e188c44426cd96ef2924533175c8d72 authored by wenqing on 22 July 2021, 08:45:45 UTC, committed by wenqing on 22 July 2021, 08:45:45 UTC
Replaced the hard coded solid density model in THM with the MPL property

See merge request ogs/ogs!3714
2 parent s 6e43420 + 344e411
Raw File
.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