Skip to content

Remove dependence of examples on testing files

Kenneth Moreland requested to merge kmorel/vtk-m:example-fixes into master

The testing files (even the headers) are not available if VTKm_ENABLE_TESTING is off.

Mostly, the testing was used to generate example data sets. Instead, change the examples to load data files.

Fixes #637 (closed).

Merge request reports