Revision d1ff553053cdef4ee5c96053b26b5f6d3dfa415c authored by Thomas Fischer on 13 April 2021, 07:07:01 UTC, committed by Dmitry Yu. Naumov on 21 April 2021, 21:56:55 UTC
Move the code for creating parallel MeshComponentMap
to its own method.
1 parent c9a93be
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