Revision 981b6ac37dbe87acc433087b9dc82df8a7a4b7ee authored by Dominik Kern on 08 November 2021, 08:48:07 UTC, committed by Dominik Kern on 08 November 2021, 08:48:07 UTC
mention plane strain in smalldef verification example (tiny change)

See merge request ogs/ogs!3873
2 parent s b07d415 + 66570a2
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