Revision 0c6b53edef28937a107b9fd59a4ae1cbef0f2351 authored by Dmitry Yu. Naumov on 19 July 2021, 07:41:00 UTC, committed by Dmitry Yu. Naumov on 19 July 2021, 07:41:00 UTC
Adapted anisotropic MCAS to new TFEL

See merge request ogs/ogs!3708
2 parent s 87a8a5e + c595ff6
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