FEM: Multistep test fix for vtk 7.x

This commit is contained in:
Stefan Tröger
2025-03-09 18:25:11 +01:00
committed by Benjamin Nauck
parent 3403fd0ebd
commit 713feb5f27
5 changed files with 97 additions and 35 deletions

View File

@@ -334,7 +334,6 @@ void PropertyPostDataObject::SaveDocFile(Base::Writer& writer) const
// once the tmp. filename is known use always the same because otherwise
// we may run into some problems on the Linux platform
static Base::FileInfo fi = Base::FileInfo(App::Application::getTempFileName());
bool success = false;
Base::FileInfo datafolder;
vtkSmartPointer<vtkXMLWriter> xmlWriter;