Revision 959a0dc5204b8a282a0ae25068dc9ce36123cadf authored by Dmitry Yu. Naumov on 07 September 2023, 10:04:14 UTC, committed by Dmitry Yu. Naumov on 07 September 2023, 10:04:14 UTC
MFrontGeneric: Extract Forces/Grads product

See merge request ogs/ogs!4717
2 parent s c8bf20e + 6d5e451
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