mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-06-02 13:27:48 +05:00
Remove tmp folder of dual mesh
This commit is contained in:
parent
11d9d2377c
commit
f965fc00ca
@ -2933,6 +2933,10 @@ SMESH::SMESH_Mesh_ptr SMESH_Gen_i::CreateDualMesh(SMESH::SMESH_IDSource_ptr mesh
|
||||
MESSAGE("Dump of groups");
|
||||
SMESH::ListOfGroups_var groups = newMesh->GetGroups();
|
||||
|
||||
#ifndef _DEBUG_
|
||||
fs::remove_all(tmp_folder);
|
||||
#endif
|
||||
|
||||
return newMesh._retn();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user