Skip to content

Avoid raising errors when operating on cells

Kenneth Moreland requested to merge kmorel/vtk-m:no-cell-op-errors into master

Cell operations like interpolate and finding parametric coordinates can fail under certain conditions. Typically these call RaiseError on the worklet. But that can make a worklet unstable, so provide paths where no error is raised.

Edited by Kenneth Moreland

Merge request reports