Skip to content
Snippets Groups Projects
Commit 04e53f4b authored by David Gobbi's avatar David Gobbi Committed by Kitware Robot
Browse files

Merge topic 'tangents-32bit-smp'


605de6e4 Fix corrupt output for 32Bit cell array input

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Tested-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: default avatarSpiros Tsalikis <spiros.tsalikis@kitware.com>
Merge-request: !11508
parents 92eaa187 605de6e4
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ struct TangentComputation
if (cellId >= this->Offset)
{
vtkIdType npts;
const vtkIdType* pts;
vtkIdType pts[3];
this->Triangles->GetCellAtId(cellId, npts, pts);
// compute edges
......
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