Revision c9a92d10a14be7e7bb15c2b54253fb973009a3c2 authored by Dmitri Naumov on 18 May 2021, 19:23:40 UTC, committed by Dmitry Yu. Naumov on 03 June 2021, 16:34:25 UTC
Replacing different two different access types, one
through a getPolygon() member function, another through
direct data member _node_polygon access.
1 parent c97479d
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