Skip to content
Snippets Groups Projects
Commit 74cfb6bf authored by Henry Weller's avatar Henry Weller
Browse files

PVblockMeshReader: Remove old vertex labels on refresh

parent fe415ff8
Branches
Tags
No related merge requests found
......@@ -224,6 +224,7 @@ void vtkPVblockMeshReader::SetRefresh(int val)
// Delete the current blockMesh to force re-read and update
if (foamData_)
{
updatePointNumbersView(false);
delete foamData_;
foamData_ = 0;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment