Skip to content

fix potential overflow in vtkSMBoundsDomain.

vtkSMBoundsDomain was converting a int64 to int32 when getting the number of cells which could cause overflow issues. Fixed that.

Merge request reports