Skip to content
Snippets Groups Projects
Commit 1bbc13f0 authored by Xinhua Zhang's avatar Xinhua Zhang
Browse files

Added missing {}

parent 067a537e
No related branches found
No related tags found
No related merge requests found
......@@ -2149,7 +2149,9 @@ int vtkVectorFieldTopology::RequestData(vtkInformation* vtkNotUsed(request),
}
if (!appendFlag)
{
continue;
}
criticalPoints->GetPoints()->InsertNextPoint(
criticalPointsTemporary->GetPoints()->GetPoint(pointId));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment