Skip to content
Snippets Groups Projects
Commit 3997968f authored by Tom Fischer's avatar Tom Fischer
Browse files

[MeshIO] Removed setting the output precision explicitly.

parent 81daaf8c
No related branches found
No related tags found
No related merge requests found
......@@ -248,8 +248,6 @@ int MeshIO::write(std::ostream &out)
return 0;
}
setPrecision(9);
out << "#FEM_MSH\n"
<< "$PCS_TYPE\n"
<< " NO_PCS\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment