Skip to content
Snippets Groups Projects
Commit b41101cd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent e4537770
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,7 @@ class GModel
void scaleMesh(double factor);
// set/get entity that is currently being meshed (for error reporting)
int setCurrentMeshEntity(GEntity *e){ _currentMeshEntity = e; }
void setCurrentMeshEntity(GEntity *e){ _currentMeshEntity = e; }
GEntity *getCurrentMeshEntity(){ return _currentMeshEntity; }
// Deletes all invisble mesh elements
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment