Revision 300ea1dcc81a8f0e1a2d9e3798afe6deaaa5181f authored by Tobias Meisel on 21 April 2021, 14:45:37 UTC, committed by Dmitry Yu. Naumov on 23 April 2021, 18:42:24 UTC
This dimension is caluclated over all nodes / cells
include ghost cells.
1 parent 76fb478
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