Revision 715fe7901e1486657c32339a6fc21b033db1bc68 authored by Thomas Fischer on 21 May 2021, 11:25:11 UTC, committed by Thomas Fischer on 01 June 2021, 08:33:56 UTC
The PolygonWithSegmentMarker weren't properly cleaned up.
Now, the newly created object are given to the
GEOObject manager class that cleans up all data.
1 parent 099feba
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