Skip to content

register vtk writer for static builds

Alexander Dielen requested to merge static_vtk into master

The VTKWriter is currently not available in static builds as it is never instantiated/registered with the IOManager. This MR adds the VTKWriter to the list of available writers.

Merge request reports