Skip to content
Snippets Groups Projects
Commit ca14641c authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

restrict setCoord to reasonable accuracy

parent 130b1e40
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ namespace {
string ps_coord(const CAxis* A, const char a)
{
return str(format("%1i %13.7g %13.7g %cSetCoord\n") % A->logflag % A->inf % A->sup % a);
return str(format("%1i %12.4g %12.4g %cSetCoord\n") % A->logflag % A->inf % A->sup % a);
}
string ps_axis(const CAxis* A, const string& label, const char a)
......
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