Skip to content

Fix ApplyPolicy for CoordinateSystem objects

Kenneth Moreland requested to merge kmorel/vtk-m:coord-system-policy into master

There was a mismatch in the ApplyPolicy function for CoordinateSystem objects. The return type declared for the function was not the same as the type of object actually returned.

Merge request reports