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

uniform precision in ps output

parent 97670e82
Branches
Tags
No related merge requests found
......@@ -185,7 +185,7 @@ namespace {
string ps_coord(const CAxis* A, const char a)
{
return str(format("%1i %g %g %cSetCoord\n") % A->logflag % A->inf % A->sup % a);
return str(format("%1i %13.7g %13.7g %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.
Please register or to comment