Skip to content
Snippets Groups Projects
Commit c27c2c2b authored by Will Schroeder's avatar Will Schroeder
Browse files

ERR:Bad bounds copying

parent c012c955
Branches
Tags v3.2.0
No related merge requests found
......@@ -355,8 +355,8 @@ void vtkDataSet::InternalDataSetCopy(vtkDataSet *src)
this->ScalarRange[1] = src->ScalarRange[1];
for (idx = 0; idx < 3; ++idx)
{
this->Bounds[idx] = src->Bounds[idx];
this->Bounds[idx*2] = src->Bounds[idx*2];
this->Bounds[2*idx] = src->Bounds[2*idx];
this->Bounds[2*idx+1] = src->Bounds[2*idx+1];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment