BUG: having patchnames with uncached mesh

This commit is contained in:
mattijs
2010-09-06 12:26:10 +01:00
parent 2c81ca46d1
commit 44c71d5537

View File

@ -620,6 +620,11 @@ double* Foam::vtkPV3Foam::findTimes(int& nTimeSteps)
void Foam::vtkPV3Foam::renderPatchNames(vtkRenderer* renderer, const bool show)
{
if (!meshPtr_)
{
return;
}
// always remove old actors first
forAll(patchTextActorsPtrs_, patchI)