Skip to content

Commit 9fddc23

Browse files
committed
COMP: Fix test build error
fixes #64
1 parent 3afdbf9 commit 9fddc23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Testing/vtkParallelTransportTest1.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ int vtkParallelTransportTest1(int vtkNotUsed(argc), char* vtkNotUsed(argv)[])
9696
vtkPointData* pointData = parallelTransportFrame->GetOutput()->GetPointData();
9797
vtkDoubleArray* normalsArray = vtkDoubleArray::SafeDownCast(pointData->GetArray("Normals"));
9898
vtkDoubleArray* binormalsArray = vtkDoubleArray::SafeDownCast(pointData->GetArray("Binormals"));
99+
vtkDoubleArray* tangentsArray = vtkDoubleArray::SafeDownCast(pointData->GetArray("Tangents"));
99100
double constantBinormal[3] = { 0.0, 0.0, 0.0 };
100101
binormalsArray->GetTypedTuple(0, constantBinormal);
101102
for (vtkIdType tupleIndex = 1; tupleIndex < normalsArray->GetNumberOfTuples(); tupleIndex++)

0 commit comments

Comments
 (0)