Revision 17aa0440d3f1a3fd937fed076f39ab23926bdcf1 authored by Tom Fischer on 14 September 2023, 06:53:58 UTC, committed by Tom Fischer on 14 September 2023, 06:53:58 UTC
Fix crash for output of linear order variable on quadratic sub-mesh only

See merge request ogs/ogs!4732
2 parent s c8bf20e + 8fd030d
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