Revision 516ed660367decdadc8fb5ddab2644404ab11909 authored by Dmitry Yu. Naumov on 20 September 2021, 07:18:53 UTC, committed by Dmitry Yu. Naumov on 20 September 2021, 07:18:53 UTC
[MeL/Mesh]  Improves the memory footprint of the mesh.

See merge request ogs/ogs!3785
2 parent s 261de7d + 01ec9e2
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