Skip to content
Snippets Groups Projects
Commit 75bd78c1 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

shadow previous local warning

parent 64ee44be
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ public:
vtkIdType firstPointIndex = points->GetNumberOfPoints() - 1;
do
{
double p[3] = { 0., 0., 0. };
std::fill(p, p + 3, 0);
for (vtkIdType j = 0; j < 3; ++j)
{
iss >> p[j];
......
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