diff --git a/src/Mod/Fem/App/FemMesh.cpp b/src/Mod/Fem/App/FemMesh.cpp index 65feec64b0..ac91aa85b2 100644 --- a/src/Mod/Fem/App/FemMesh.cpp +++ b/src/Mod/Fem/App/FemMesh.cpp @@ -1524,6 +1524,7 @@ void FemMesh::writeABAQUS(const std::string &Filename, int elemParam, bool group } // write all data to file + // take also care of special characters in path https://forum.freecadweb.org/viewtopic.php?f=10&t=37436 Base::FileInfo fi(Filename); Base::ofstream anABAQUS_Output(fi); anABAQUS_Output.precision(13); // https://forum.freecadweb.org/viewtopic.php?f=18&t=22759#p176669