PVblockMeshReader: Remove old vertex labels on refresh
This commit is contained in:
parent
379c16d410
commit
161addf58b
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ void vtkPVblockMeshReader::SetRefresh(int val)
|
||||||
// Delete the current blockMesh to force re-read and update
|
// Delete the current blockMesh to force re-read and update
|
||||||
if (foamData_)
|
if (foamData_)
|
||||||
{
|
{
|
||||||
|
updatePointNumbersView(false);
|
||||||
delete foamData_;
|
delete foamData_;
|
||||||
foamData_ = 0;
|
foamData_ = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue