Revision b29efc69643a6fb1eab6b6018a8fb23161cf8ba2 authored by Tom Fischer on 03 October 2023, 12:12:05 UTC, committed by Tom Fischer on 03 October 2023, 12:12:05 UTC
Draft: Bug fix for DOF index calculation in parallel ogs version

See merge request ogs/ogs!4738
2 parent s a6c00c5 + 21ce236
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