Revision a4cf5c61383940e2e66252dfea4fa2ed814f7aac authored by Dmitri Naumov on 11 April 2021, 08:59:48 UTC, committed by Dmitri Naumov on 17 May 2021, 12:17:18 UTC
Move common setID() member from derived classes into
the base class allows for making the _id member private.

Access through getID() in two occasions for in gmsh and gocad
IO interface functions.
1 parent 3ef47cf
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