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

ps layout

parent 6024b2a2
Branches
Tags
No related merge requests found
......@@ -238,7 +238,7 @@ namespace {
const string& xco, const string& yco)
{
string ret;
ret += str(format("\n%3u [") % slice_no);
ret += str(format("%3u [") % slice_no);
for (string zentry: zentries)
ret += " " + zentry;
ret += " ] zValues\n";
......@@ -264,6 +264,7 @@ namespace {
% (i == 0 ? 'i' : i == np - 1 ? 'f' : ' ')
% xp[i]
% yp[i]);
ret += "\n";
return ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment