Skip to content

Fix deprecated method export

Kenneth Moreland requested to merge kmorel/vtk-m:deprecated-method-export into master

The deprecated class vtkm::filter::MeshQuality contained a private method that was referenced in its inlined constructor. The problem was that this private method was compiled in the vtkm_filter_mesh_info library but not properly exported. Fix this by adding an export to the class.

Merge request reports