SMDS: Minor style fixes.

This commit is contained in:
Pascal Obry 2020-02-20 15:38:23 +01:00
parent a7d0757a2c
commit d42c085809

View File

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