Remove FileVersion from RestoreDocFile, convert point data back to floats
This commit is contained in:
@@ -744,7 +744,7 @@ void FemMesh::SaveDocFile (Base::Writer &writer) const
|
||||
fi.deleteFile();
|
||||
}
|
||||
|
||||
void FemMesh::RestoreDocFile(Base::Reader &reader, const int FileVersion)
|
||||
void FemMesh::RestoreDocFile(Base::Reader &reader)
|
||||
{
|
||||
// create a temporary file and copy the content from the zip stream
|
||||
Base::FileInfo fi(Base::FileInfo::getTempFileName().c_str());
|
||||
|
||||
Reference in New Issue
Block a user