Skip to content
Snippets Groups Projects
Commit 53232452 authored by John Biddiscombe's avatar John Biddiscombe
Browse files

COMP:Fix pointless warning from Mac compiler which isn't even true.

parent f462a620
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
#include <stdexcept>
#include <cmath>
//---------------------------------------------------------------------------
vtkCxxRevisionMacro(vtkTemporalPathLineFilter, "1.7");
vtkCxxRevisionMacro(vtkTemporalPathLineFilter, "1.8");
vtkStandardNewMacro(vtkTemporalPathLineFilter);
//----------------------------------------------------------------------------
//
......@@ -503,7 +503,7 @@ int vtkTemporalPathLineFilter::RequestData(
this->TrailId->SetName("TrailId");
//
vtkstd::vector<vtkIdType> TempIds(this->MaxTrackLength);
vtkIdType VertexId;
vtkIdType VertexId=0;
//
for (vtkTemporalPathLineFilterInternals::TrailIterator t=
this->Internals->Trails.begin();
......
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