Skip to content

Fix signed/unsigned warning

Cory Quammen requested to merge cory.quammen/vtk:hypertreegrid-warnings into master

Change the member variable to match the size type returned by vtkRenderer. Replace memcpy for two-element array with two assignments instead.

Merge request reports