SMDS: Minor style fixes.

This commit is contained in:
Pascal Obry 2020-02-20 15:38:23 +01:00 committed by vsr
parent f6eda21648
commit 2b9c7dbd89

View File

@ -1204,4 +1204,3 @@ double SMDS_UnstructuredGrid::GetBallDiameter( vtkIdType vtkID ) const
return vtkDoubleArray::SafeDownCast( vtkDataSet::CellData->GetScalars() )->GetValue( vtkID );
return 0;
}