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
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top