Skip to content

Fix missing SetFileVersion with vtkDataSetWriter.

Closes: #18854 (closed)

The vtkDataSetWriter is a high level writer that internally uses a delegate writer to actually writer the file. The FileVersion property were not set to the delegate writer, hence causing a wrong file version.

The fix is simply to set this property at the right time.

Edited by Francois Mazen

Merge request reports