Skip to content
Snippets Groups Projects
Commit 44c71d55 authored by mattijs's avatar mattijs
Browse files

BUG: having patchnames with uncached mesh

parent 2c81ca46
No related branches found
No related tags found
No related merge requests found
...@@ -620,6 +620,11 @@ double* Foam::vtkPV3Foam::findTimes(int& nTimeSteps) ...@@ -620,6 +620,11 @@ double* Foam::vtkPV3Foam::findTimes(int& nTimeSteps)
void Foam::vtkPV3Foam::renderPatchNames(vtkRenderer* renderer, const bool show) void Foam::vtkPV3Foam::renderPatchNames(vtkRenderer* renderer, const bool show)
{ {
if (!meshPtr_)
{
return;
}
// always remove old actors first // always remove old actors first
forAll(patchTextActorsPtrs_, patchI) forAll(patchTextActorsPtrs_, patchI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment