Skip to content

Commit

Permalink
FEM: mesh api, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Jul 2, 2019
1 parent 71ff312 commit 56918fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/App/FemMesh.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 56918fd

Please sign in to comment.