Skip to content

make NewFilterParticleAdvection::GetResultType pure

Li-Ta Lo requested to merge ollielo/vtk-m:purify_GetResultType into master

The only reason GetResultType was not a pure virtual function was StreamSurface does not have a meaningful implementation. Since StreamSurface is not part of the class hierarchy, we can make it pure.

Merge request reports