Skip to content
Snippets Groups Projects
Commit 8a2b8305 authored by Spiros Tsalikis's avatar Spiros Tsalikis
Browse files

vtkStaticCleanUnstructuredGrid: Avoid promotion when copying points

parent 6ba1e023
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ struct CopyPointsAlgorithm
, OutPts(outPts)
{
// Prepare for threaded copying
this->Arrays.AddArrays(numNewPts, inPD, outPD);
this->Arrays.AddArrays(numNewPts, inPD, outPD, 0.0, /*promote=*/false);
// Need to define a reverse point map (which maps the new/output points
// to the input points from which they were merged). This could be
......
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